aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-08-31 00:50:36 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-08-31 00:50:36 +0000
commit4ac3cb830a7e22e721face7118cdbefdd0515a1e (patch)
treea1e4c9bfa7ee3e601f8a9bb78fe7b268f30e707b /libiberty/config.in
parent00d30284b84eedd162ed081fe008c459dc7c98e3 (diff)
downloadgcc-4ac3cb830a7e22e721face7118cdbefdd0515a1e.zip
gcc-4ac3cb830a7e22e721face7118cdbefdd0515a1e.tar.gz
gcc-4ac3cb830a7e22e721face7118cdbefdd0515a1e.tar.bz2
Makefile.in (CFILES): Add calloc.c and getpwd.c.
* Makefile.in (CFILES): Add calloc.c and getpwd.c. (REQUIRED_OFILES): Add getpwd.o. (getpwd.o): Add target. * configure.in (AC_PREREQ): Bump to 2.13. (AC_CHECK_HEADERS): Add check for <sys/stat.h>. * getpwd.c: New file, moved here from gcc. From-SVN: r28996
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 7869127..6e64208 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -214,6 +214,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