This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / usr.bin / cc / cpp / cccp.c
index 277961c..86ba2cf 100644 (file)
@@ -559,21 +559,6 @@ static struct default_include { char *fname; int cplusplus; } include_defaults_a
     /* This is another place that the target system's headers might be.  */
     { TOOL_INCLUDE_DIR, 0},
 #else /* not CROSS_COMPILE */
     /* This is another place that the target system's headers might be.  */
     { TOOL_INCLUDE_DIR, 0},
 #else /* not CROSS_COMPILE */
-    /* This should be /use/local/include and should come before
-       the fixincludes-fixed header files.  */
-
-/* I've taken all these out because we want gcc to behave as though it's
-   the native compiler and only search /usr/include.
-       Paul Richards 93/6/19
-*/
-
-    /*{ LOCAL_INCLUDE_DIR, 0},*/
-    /* This is here ahead of GCC_INCLUDE_DIR because assert.h goes here.
-       Likewise, behind LOCAL_INCLUDE_DIR, where glibc puts its assert.h.  */
-    /*{ TOOL_INCLUDE_DIR, 0},*/
-    /* This is the dir for fixincludes.  Put it just before
-       the files that we fix.  */
-    /*{ GCC_INCLUDE_DIR, 0},*/
     /* Some systems have an extra dir of include files.  */
 #ifdef SYSTEM_INCLUDE_DIR
     { SYSTEM_INCLUDE_DIR, 0},
     /* Some systems have an extra dir of include files.  */
 #ifdef SYSTEM_INCLUDE_DIR
     { SYSTEM_INCLUDE_DIR, 0},