diff options
author | Steve Ellcey <sje@cup.hp.com> | 2001-12-03 22:28:57 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2001-12-03 22:28:57 +0000 |
commit | 75940b886e593af5469d03c19402b581935b58a8 (patch) | |
tree | 3a4b38fbbb1abf12509b06f68409e31392d00fc4 /libstdc++-v3/config.h.in | |
parent | 3b9a13c4ced2c03b7d1d46eb32c4daf1a824058f (diff) | |
download | gcc-75940b886e593af5469d03c19402b581935b58a8.zip gcc-75940b886e593af5469d03c19402b581935b58a8.tar.gz gcc-75940b886e593af5469d03c19402b581935b58a8.tar.bz2 |
configure.in: Add support for hpux cross compiles...
2001-12-03 Steve Ellcey <sje@cup.hp.com>
* libstdc++-v3/configure.in: Add support for hpux cross compiles,
combine common linux/hpux/generic cross compile support to reduce
redundent lines.
* libstdc++-v3/configure: Regenerate.
From-SVN: r47564
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 04b1764..311a033 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -3,9 +3,6 @@ /* 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 @@ -696,6 +693,9 @@ /* 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 @@ -705,6 +705,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/types.h> header file. */ #undef HAVE_SYS_TYPES_H |