summaryrefslogtreecommitdiff
path: root/main/config.w32.h
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-07-22 13:16:15 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-07-22 13:16:15 +0000
commitc60a6a5bd9c7b30de6f4e2236720220baff49d74 (patch)
tree81380291d7ce1cf01d4f7cf66aaf4ec53db2fee3 /main/config.w32.h
parentf91e59ccead8196ab4f9f59feffb088fe493d9f5 (diff)
downloadphp-git-c60a6a5bd9c7b30de6f4e2236720220baff49d74.tar.gz
fix date('T')
Diffstat (limited to 'main/config.w32.h')
-rw-r--r--main/config.w32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 9ea14f5f14..87b1841546 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -113,6 +113,8 @@
#define HAVE_LIMITS_H 1
#define HAVE_TZSET 1
+#define HAVE_TZNAME 1
+
/* Define if you have the flock function. */
#undef HAVE_FLOCK