diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.h	Sun Dec 19 17:52:59 2010 -0500
@@ -0,0 +1,14 @@
+#define CONFIG_LOCALINCLUDE "/usr/local/include"
+#define CONFIG_SYSTEMINCLUDE "/usr/include"
+
+#define CONFIG_OS "__NetBSD__"
+#define CONFIG_OS_2 "__unix__"
+
+#define CONFIG_CPU "__x86_64__"
+#define CONFIG_CPU_2 "__amd64__"
+
+#define CONFIG_SIZE "__LP64__"
+#define CONFIG_BINFMT "__ELF__"
+
+#define CONFIG_COMPILER "__NBCC__"
+#define CONFIG_COMPILER_MINOR "__NBCC_MINOR__"