diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-05-04 20:20:29 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-05-04 20:20:29 +0000 |
commit | 7e90efc40343d2aceb75acae7479dc5cf7d3d4fa (patch) | |
tree | 97bab2c5131af0c4e53077272d534a3a9a846bc0 /libstdc++-v3/config.h.in | |
parent | 3d90d2908e9a7ae8fbad9f248bb5517e74139e3b (diff) | |
download | gcc-7e90efc40343d2aceb75acae7479dc5cf7d3d4fa.zip gcc-7e90efc40343d2aceb75acae7479dc5cf7d3d4fa.tar.gz gcc-7e90efc40343d2aceb75acae7479dc5cf7d3d4fa.tar.bz2 |
configure.in (AC_CHECK_HEADERS): Check for string.h & stdlib.h.
* configure.in (AC_CHECK_HEADERS): Check for string.h & stdlib.h.
* libsupc++/Makefile.am (LTCOMPILE): Add $(DEFS).
* Makefile.in, config.h.in, configure: Regenerate.
From-SVN: r53166
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index c2eea57..9268fe4 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -711,6 +711,9 @@ /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H +/* Define if you have the <string.h> header file. */ +#undef HAVE_STRING_H + /* Define if you have the <sys/isa_defs.h> header file. */ #undef HAVE_SYS_ISA_DEFS_H @@ -720,9 +723,6 @@ /* 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/types.h> header file. */ #undef HAVE_SYS_TYPES_H |