annotate config.h @ 4:ee9a66b87c70

Initial version of toplevel and options handling.
author David A. Holland
date Sun, 19 Dec 2010 17:52:59 -0500
parents
children 76c114899f63
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
1 #define CONFIG_LOCALINCLUDE "/usr/local/include"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
2 #define CONFIG_SYSTEMINCLUDE "/usr/include"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
3
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
4 #define CONFIG_OS "__NetBSD__"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
5 #define CONFIG_OS_2 "__unix__"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
6
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
7 #define CONFIG_CPU "__x86_64__"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
8 #define CONFIG_CPU_2 "__amd64__"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
9
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
10 #define CONFIG_SIZE "__LP64__"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
11 #define CONFIG_BINFMT "__ELF__"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
12
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
13 #define CONFIG_COMPILER "__NBCC__"
ee9a66b87c70 Initial version of toplevel and options handling.
David A. Holland
parents:
diff changeset
14 #define CONFIG_COMPILER_MINOR "__NBCC_MINOR__"