]> andersk Git - splint.git/blobdiff - config.h
Put manual in CVS
[splint.git] / config.h
index 036fdccf4c2e4477525428e6cc02e4e0d182ac2f..f8d1fec395bca686db4a624188d1c22c4dd05bed 100644 (file)
--- a/config.h
+++ b/config.h
@@ -9,24 +9,24 @@
 /* Splint's imports directory */
 #define DEFAULT_LCLIMPORTDIR ".:/usr/local/share/splint/imports:/af10/evans/LCLintDev/imports"
 
-/* gcc's private include directory */
-#define GCC_INCLUDE_DIR "/usr/lib/gcc-lib/i386-linux/2.7.2.1/include"
+/* system include directory */
+#define GCC_INCLUDE_DIR "/usr/include"
 
-/* the system's main include directory */
+/* alternate include directory */
 #define GCC_INCLUDE_DIR2 "/usr/local/include"
 
 /* String describing who compiled this binary and how */
-#define LCL_COMPILE "Compiled using gcc -g -O2 on Linux paisley 2.4.9-12 #1 Tue Oct 30 18:33:49 EST 2001 i686 unknown by evans"
+#define LCL_COMPILE "Compiled using gcc -g -O2 on Linux matthews.cs.Virginia.EDU 2.4.3-12 #1 Fri Jun 8 13:35:30 EDT 2001 i686 unknown by evans"
 
 /* Splint's version number */
-#define LCL_PARSE_VERSION "Splint 3.0.0.20"
-
-/* Splint's version number and release date */
-#define LCL_VERSION "Splint 3.0.0.20 --- 5 October 2001"
+#define LCL_PARSE_VERSION "Splint 3.0.1"
 
 /* Define to disable support LCL files */
 /* #undef NOLCL */
 
+/* Splint's version number and configure/build date */
+#define SPLINT_VERSION "Splint 3.0.1 --- 06 Jan 2002"
+
 /* The system's main include directory */
 #define SYSTEM_LIBDIR "/usr/local/include"
 
This page took 0.353386 seconds and 4 git commands to generate.