]>
git.saurik.com Git - wxWidgets.git/blob - src/iodbc/config.h
da47f8c399742ab9897ca2ebe5bd7d7a0bb5e7a9
1 #ifndef _LINUX_CONFIG_H
2 #define _LINUX_CONFIG_H
4 #include <linux/autoconf.h>
7 * Defines for what uname() should return
10 #define UTS_SYSNAME "Linux"
14 #define UTS_MACHINE "unknown"
18 #define UTS_NODENAME "(none)" /* set by sethostname() */
21 #ifndef UTS_DOMAINNAME
22 #define UTS_DOMAINNAME "(none)" /* set by setdomainname() */
26 * The definitions for UTS_RELEASE and UTS_VERSION are now defined
27 * in linux/version.h, and should only be used by linux/version.c
30 /* Shouldn't these be defined somewhere in a i386 definition? */
32 /* Don't touch these, unless you really know what you're doing. */
33 #define DEF_INITSEG 0x9000
34 #define DEF_SYSSEG 0x1000
35 #define DEF_SETUPSEG 0x9020
36 #define DEF_SYSSIZE 0x7F00
38 /* internal svga startup constants */
39 #define NORMAL_VGA 0xffff /* 80x25 mode */
40 #define EXTENDED_VGA 0xfffe /* 80x50 mode */
41 #define ASK_VGA 0xfffd /* ask for it at bootup */