diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-31 00:50:36 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-31 00:50:36 +0000 |
commit | 71774460a34cfac36daed52a4fc33eb1a5323d79 (patch) | |
tree | a1e4c9bfa7ee3e601f8a9bb78fe7b268f30e707b /libiberty/config.in | |
parent | 9cb2f3388d1f5b5277304ab5530461dba5c7806d (diff) | |
download | gcc-71774460a34cfac36daed52a4fc33eb1a5323d79.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28996 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 7869127ecce..6e64208da92 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 |