diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-08 17:45:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-08 17:45:11 +0000 |
commit | 3c5cd2319baa2e69349b863abebb332c831e14d6 (patch) | |
tree | b41b29a9890c677b2c822b794ab6b83ea1c24713 /config.hin | |
parent | 351f9f7436c0efb233ea52a94a412d77ed991611 (diff) | |
download | coreutils-3c5cd2319baa2e69349b863abebb332c831e14d6.tar.xz |
.
Diffstat (limited to 'config.hin')
-rw-r--r-- | config.hin | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.hin b/config.hin index b9b4b716d..f1d1a0234 100644 --- a/config.hin +++ b/config.hin @@ -666,6 +666,9 @@ /* Define to 1 if you have the `rpmatch' function. */ #undef HAVE_RPMATCH +/* Define to 1 if you have run the test for working tzset. */ +#undef HAVE_RUN_TZSET_TEST + /* Define to 1 if you have the `sethostname' function. */ #undef HAVE_SETHOSTNAME @@ -1291,6 +1294,9 @@ /* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME +/* Define if tzset clobbers localtime's static buffer. */ +#undef TZSET_CLOBBERS_LOCALTIME_BUFFER + /* Define to 1 for Encore UMAX. */ #undef UMAX @@ -1434,6 +1440,9 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef ssize_t +/* Define to rpl_tzset if the wrapper function should be used. */ +#undef tzset + /* Define to `int' if <sys/types.h> doesn't define. */ #undef uid_t |