diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-05 22:03:19 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-05 22:03:19 +0000 |
commit | dd76f7b5231918e9c42d0d33377180ab8fbe52f5 (patch) | |
tree | 4759977a5940d27af5299321d58b338adb9eb2b4 /libstdc++-v3/config.h.in | |
parent | 34c8a8c19df0515223face51ee3a516843b6f2a1 (diff) | |
download | gcc-dd76f7b5231918e9c42d0d33377180ab8fbe52f5.tar.gz |
2000-12-05 Benjamin Kosnik <bkoz@haight.redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Check for
lldiv_t. Allow the use of os-specific defines while checking for
long-long functions by the inclusion of os_defines.h.
* aclocal.m4: Regenerate.
* configure.in: Add comments.
* configure: Regenerate.
* acconfig.h: Add _GLIBCPP_HAVE_LLDIV_T.
* config.h.in: Regenerate.
* config/os/gnu-linux/bits/os_defines.h: Fix typos and
duplications in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38051 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 33 |
1 files changed, 3 insertions, 30 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index e94df14c970..2f796109ca8 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -12,6 +12,9 @@ // Include support for shadow headers, ie --enable-cshadow-headers. #undef _GLIBCPP_USE_SHADOW_HEADERS +// Define if lldiv_t exists in stdlib.h. +#undef _GLIBCPP_HAVE_LLDIV_T + // Define if the host has a type mbstate_t defined in // wchar.h, as required by 21.1.3.1. Some systems, namely // hppa-hp-hpux10.20 do not meet this requirement, and must be worked @@ -282,24 +285,6 @@ /* Define if you have the atanl function. */ #undef HAVE_ATANL -/* Define if you have the c_log function. */ -#undef HAVE_C_LOG - -/* Define if you have the c_logf function. */ -#undef HAVE_C_LOGF - -/* Define if you have the c_logl function. */ -#undef HAVE_C_LOGL - -/* Define if you have the carg function. */ -#undef HAVE_CARG - -/* Define if you have the cargf function. */ -#undef HAVE_CARGF - -/* Define if you have the cargl function. */ -#undef HAVE_CARGL - /* Define if you have the ccos function. */ #undef HAVE_CCOS @@ -333,12 +318,6 @@ /* Define if you have the cexpl function. */ #undef HAVE_CEXPL -/* Define if you have the clog10 function. */ -#undef HAVE_CLOG10 - -/* Define if you have the clog10f function. */ -#undef HAVE_CLOG10F - /* Define if you have the clog10l function. */ #undef HAVE_CLOG10L @@ -363,12 +342,6 @@ /* Define if you have the cosl function. */ #undef HAVE_COSL -/* Define if you have the cpow function. */ -#undef HAVE_CPOW - -/* Define if you have the cpowf function. */ -#undef HAVE_CPOWF - /* Define if you have the cpowl function. */ #undef HAVE_CPOWL |