summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-04-06 07:22:01 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-04-06 07:22:01 +0000
commitf9200da26d1cc1df956aa14ba1f6fcfaf730c221 (patch)
treec15a70516f598de133ec9104c90fc14238a59310 /gcc/config.in
parent0bda3da7ab8eba3f5c5e3c91ebd191698ebbf288 (diff)
downloadgcc-f9200da26d1cc1df956aa14ba1f6fcfaf730c221.tar.gz
configure.in: Add check for lstat.
* configure.in: Add check for lstat. * configure, config.in: Regenerate. * cppinit.c (append_include_chain): Make empty path ".". * cpplib.c (do_line): Don't simplify #line paths. * cppfiles.c (remove_component_p): New function. (find_or_create_entry): Acknowledge stat () errors during path simplification. (handle_missing_header): Don't simplify paths. (_cpp_simplify_pathname): Don't simplify VMS paths. Return the empty path untouched. Don't leave a trailing '/'. From-SVN: r41148
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 7af8d1e818e..bc19ffe2642 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -134,6 +134,9 @@
/* Define if you have the kill function. */
#undef HAVE_KILL
+/* Define if you have the lstat function. */
+#undef HAVE_LSTAT
+
/* Define if you have the munmap function. */
#undef HAVE_MUNMAP