]> git.saurik.com Git - apple/libc.git/blame - stdtime/FreeBSD/tzfile.h.patch
Libc-498.1.5.tar.gz
[apple/libc.git] / stdtime / FreeBSD / tzfile.h.patch
CommitLineData
b5d655f7
A
1--- tzfile.h.orig 2008-03-15 10:50:45.000000000 -0700
2+++ tzfile.h 2008-03-29 11:45:13.000000000 -0700
3@@ -38,7 +38,11 @@
4 #endif /* !defined TZDIR */
5
6 #ifndef TZDEFAULT
7+#ifdef UNIFDEF_MOVE_LOCALTIME
8+#define TZDEFAULT "/var/db/timezone/localtime"
9+#else /* !UNIFDEF_MOVE_LOCALTIME */
10 #define TZDEFAULT "/etc/localtime"
11+#endif /* UNIFDEF_MOVE_LOCALTIME */
12 #endif /* !defined TZDEFAULT */
13
14 #ifndef TZDEFRULES