summaryrefslogtreecommitdiff
path: root/contrib/file/acconfig.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-16 05:54:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-16 05:54:26 +0000
commit8ed12636aad7edd7749d0919bea8dfde66053505 (patch)
tree8091d43397b387d416d65b5edd878732d6879347 /contrib/file/acconfig.h
parent649d615c25f64d6f740ad79df7d6d25d98c9a88b (diff)
Notes
Diffstat (limited to 'contrib/file/acconfig.h')
-rw-r--r--contrib/file/acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/file/acconfig.h b/contrib/file/acconfig.h
index b2d201dfda17..781819108599 100644
--- a/contrib/file/acconfig.h
+++ b/contrib/file/acconfig.h
@@ -13,12 +13,21 @@
/* Define if the `long long' type works. */
#undef HAVE_LONG_LONG
+/* Define if we have "tm_zone" in "struct tm". */
+#undef HAVE_TM_ZONE
+
+/* Define if we have a global "char * []" "tzname" variable. */
+#undef HAVE_TZNAME
+
/* 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 if we have a mkstemp */
+#undef HAVE_MKSTEMP
+
/* Define to `unsigned char' if standard headers don't define. */
#undef uint8_t