Commit 330e1b6b by Richard Kenner

(main): Don't set "Include" environment variable for NT.

From-SVN: r8998
parent 2c8da025
...@@ -1636,11 +1636,7 @@ main (argc, argv) ...@@ -1636,11 +1636,7 @@ main (argc, argv)
/* Some people say that CPATH should replace the standard include dirs, /* Some people say that CPATH should replace the standard include dirs,
but that seems pointless: it comes before them, so it overrides them but that seems pointless: it comes before them, so it overrides them
anyway. */ anyway. */
#ifdef WINNT
p = (char *) getenv ("Include");
#else
p = (char *) getenv ("CPATH"); p = (char *) getenv ("CPATH");
#endif
if (p != 0 && ! no_standard_includes) if (p != 0 && ! no_standard_includes)
path_include (p); path_include (p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment