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