]> andersk Git - splint.git/blobdiff - config.hin
Updated the manual.
[splint.git] / config.hin
index 3cff033573d475a24858fe5ff02da08911d2a60a..f7a5d508f1b2639281a2fabf30e5214d02d1ff8c 100644 (file)
@@ -23,7 +23,7 @@
 /* Define to disable support LCL files */
 #undef NOLCL
 
-/* Splint's version number and release date */
+/* Splint's version number and configure/build date */
 #undef SPLINT_VERSION
 
 /* The system's main include directory */
 /* Define if you're on a Unixy system */
 #undef UNIX
 
+/* drl: can't get autoheader to work so I had to enter these manually.
+ figure out autoheader at some point... */
+
+#undef UNAME
+#undef BUILD
+#undef HOST
+#undef TARGET
+
+#undef BUILD_ALIAS
+#undef HOST_ALIAS
+#undef TARGET_ALIAS
+
+#undef BUILD_CPU
+#undef HOST_CPU
+#undef TARGET_CPU
+
+#undef BUILD_VENDOR
+#undef HOST_VENDOR
+#undef TARGET_VENDOR
+
+#undef BUILD_OS
+#undef HOST_OS
+#undef TARGET_OS
+
 /* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
    */
 #undef YYTEXT_POINTER
This page took 0.039226 seconds and 4 git commands to generate.