diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-08 22:50:54 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-08 22:50:54 +0000 |
| commit | 649d615c25f64d6f740ad79df7d6d25d98c9a88b (patch) | |
| tree | 51ee57c1f591278e5d817e2260d7e1132323a26f /contrib/file/acconfig.h | |
| parent | 2e67ec0205346336544da4aeebec926df199ee19 (diff) | |
Notes
Diffstat (limited to 'contrib/file/acconfig.h')
| -rw-r--r-- | contrib/file/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/file/acconfig.h b/contrib/file/acconfig.h index ef6e0cb6b0e1..b2d201dfda17 100644 --- a/contrib/file/acconfig.h +++ b/contrib/file/acconfig.h @@ -13,6 +13,12 @@ /* Define if the `long long' type works. */ #undef HAVE_LONG_LONG +/* Define if we have "tm_isdst" in "struct tm". */ +#undef HAVE_TM_ISDST + +/* Define if we have a global "int" variable "daylight". */ +#undef HAVE_DAYLIGHT + /* Define to `unsigned char' if standard headers don't define. */ #undef uint8_t |
