summaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-23 16:39:37 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-23 16:39:37 +0000
commit8be93a1c4ec38a588aa34164f0f5c4bea75f1906 (patch)
tree12286113073b4bfce2c4b79d53dea984590b4631 /gcc/config.in
parenta4e2d767dba4706a0a558aeb6dd4a76059e412ce (diff)
downloadgcc-8be93a1c4ec38a588aa34164f0f5c4bea75f1906.tar.gz
* configure.in: Look for <sys/stat.h>.
* system.h: Include it before substitute S_ISREG definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23812 138bc75d-0d04-0410-961f-82ee72b054a4
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 dba9a1c0603..bacead5ebd0 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -215,6 +215,9 @@
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
+/* Define if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H