diff options
Diffstat (limited to 'libstdc++-v3/config.h.in')
-rw-r--r-- | libstdc++-v3/config.h.in | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/libstdc++-v3/config.h.in b/libstdc++-v3/config.h.in index be151f4..77bbaf1 100644 --- a/libstdc++-v3/config.h.in +++ b/libstdc++-v3/config.h.in @@ -74,10 +74,6 @@ don't. */ #undef HAVE_DECL_STRNLEN -/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. - */ -#undef HAVE_DECL_TZNAME - /* Define to 1 if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H @@ -412,9 +408,6 @@ /* Define to 1 if `d_type' is a member of `struct dirent'. */ #undef HAVE_STRUCT_DIRENT_D_TYPE -/* Define to 1 if `tm_zone' is a member of `struct tm'. */ -#undef HAVE_STRUCT_TM_TM_ZONE - /* Define if strxfrm_l is available in <string.h>. */ #undef HAVE_STRXFRM_L @@ -506,17 +499,9 @@ /* Define to 1 if the target supports thread-local storage. */ #undef HAVE_TLS -/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use - `HAVE_STRUCT_TM_TM_ZONE' instead. */ -#undef HAVE_TM_ZONE - /* Define if truncate is available in <unistd.h>. */ #undef HAVE_TRUNCATE -/* Define to 1 if you don't have `tm_zone' but do have the external array - `tzname'. */ -#undef HAVE_TZNAME - /* Define to 1 if you have the <uchar.h> header file. */ #undef HAVE_UCHAR_H @@ -605,9 +590,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 if your <sys/time.h> declares `struct tm'. */ -#undef TM_IN_SYS_TIME - /* Version number of package */ #undef VERSION @@ -906,6 +888,9 @@ /* Define to restrict std::__basic_file<> to stdio APIs. */ #undef _GLIBCXX_USE_STDIO_PURE +/* Define if struct tm has a tm_zone member. */ +#undef _GLIBCXX_USE_STRUCT_TM_TM_ZONE + /* Define if struct stat has timespec members. */ #undef _GLIBCXX_USE_ST_MTIM |