Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate config.h @ 25:18681e5ae6e4
fix some more bugs
author | David A. Holland |
---|---|
date | Mon, 20 Dec 2010 04:38:43 -0500 |
parents | ee9a66b87c70 |
children | 76c114899f63 |
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__" |