diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2002-03-18 21:41:02 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2002-03-18 21:41:02 +0000 |
commit | d2caef2e8befdb1ea27242b6266d9b80e02b7569 (patch) | |
tree | 83cafdc074bc2c91fcff464ab2d6150d889c526e /libstdc++-v3/config.h.in | |
parent | 6a4ed6c8a9866e7e467467cbe2f70be3457a189e (diff) | |
download | gcc-d2caef2e8befdb1ea27242b6266d9b80e02b7569.zip gcc-d2caef2e8befdb1ea27242b6266d9b80e02b7569.tar.gz gcc-d2caef2e8befdb1ea27242b6266d9b80e02b7569.tar.bz2 |
acinclude.m4 (GLIBCPP_CONFIGURE): Make indentation/spacing uniform.
2002-03-18 Phil Edwards <pme@gcc.gnu.org>
* acinclude.m4 (GLIBCPP_CONFIGURE): Make indentation/spacing uniform.
* configure.in: Add comments pointing the way for autoconf 2.5x.
* aclocal.m4, config.h.in, configure: Regenerate.
From-SVN: r51007
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index cd40268..ca70d5e 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -3,6 +3,9 @@ /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + // Define if GCC supports weak symbols. #undef _GLIBCPP_SUPPORTS_WEAK @@ -699,9 +702,6 @@ /* Define if you have the <nan.h> header file. */ #undef HAVE_NAN_H -/* Define if you have the <stdlib.h> header file. */ -#undef HAVE_STDLIB_H - /* Define if you have the <sys/isa_defs.h> header file. */ #undef HAVE_SYS_ISA_DEFS_H @@ -711,9 +711,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 |