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/acconfig.h | |
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/acconfig.h')
-rw-r--r-- | libstdc++-v3/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/acconfig.h b/libstdc++-v3/acconfig.h index bc945fcc9df..d073a73c20f 100644 --- a/libstdc++-v3/acconfig.h +++ b/libstdc++-v3/acconfig.h @@ -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 |