diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-24 18:58:42 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-24 18:58:42 +0000 |
commit | 9652161bebf60ddf5949f59c1372b8de0fe3ca74 (patch) | |
tree | 9590a9392933e159ddd5dfb2ad25a61ddcdade8e /libstdc++-v3/config.h.in | |
parent | 5b5e5169093c1be37bf5fabb535746e2560ce7b8 (diff) | |
download | gcc-9652161bebf60ddf5949f59c1372b8de0fe3ca74.tar.gz |
2000-08-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* acconfig.h: Revert.
* acinclude.m4: Revert.
* libio/_G_config.h: Revert.
* libio/libio.h: Revert.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35941 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index 1d967b095d4..7c35a039e45 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 have the ANSI C header files. */ -#undef STDC_HEADERS - // Include support for 'long long' and 'unsigned long long'. #undef _GLIBCPP_USE_LONG_LONG @@ -75,24 +72,6 @@ // Define if modf is present in <math.h> #undef HAVE_MODF -// Define if multiple threads are to be taken into account. -#undef _GLIBCPP_USING_THREADS - -// Define to some workaround if not directly available. -#undef off64_t - -// Define to some workaround if not directly available. -#undef __off_t - -// Define to some workaround if not directly available. -#undef __off64_t - -// Define to some workaround if not directly available. -#undef __ssize_t - -// Define to regular stat if not directly supported. -#undef stat64 - /* Define if you have the _acosf function. */ #undef HAVE__ACOSF |