]> andersk Git - splint.git/blobdiff - src/Headers/cpplib.h
Updated build to use automake files created by Tim Van Holder.
[splint.git] / src / Headers / cpplib.h
index 77358538410548f8f7e9842fe91a32414c9942f3..edda9bde4fb8f8b859354519e47eaa891b891867 100644 (file)
@@ -548,21 +548,11 @@ extern void cppReader_skipRestOfLine (cppReader *p_pfile);
 
 # include <stdlib.h>
 
-# ifdef WIN32
 /*@constant observer char *GCC_INCLUDE_DIR;@*/
-# define GCC_INCLUDE_DIR NULL
-# else
-/*@constant observer char *GCC_INCLUDE_DIR;@*/
-# define GCC_INCLUDE_DIR "/usr/lib/gcc-lib/i386-linux/2.7.2.1/include"
-# endif
+/* This is defined by config.h now. */
 
-# ifdef WIN32
-/*@constant observer char *GCC_INCLUDE_DIR2@*/
-# define GCC_INCLUDE_DIR2 NULL
-# else
 /*@constant observer char *GCC_INCLUDE_DIR2@*/
-# define GCC_INCLUDE_DIR2 "/usr/include"
-# endif
+/* This is defined by config.h now. */
 
 struct file_name_list
 {
This page took 0.037254 seconds and 4 git commands to generate.