aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/tzfile.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-13 03:50:58 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-13 03:50:58 +0000
commitf47e280f0ac14f5d9f18b94dba40f8a40aeab268 (patch)
treefdb81c62f9b44b6579a2bddad996822fa4de81f9 /lib/libc/stdtime/tzfile.h
parentc84ccaa06ba14e4742b7860ba5630155d49101ec (diff)
downloadsrc-f47e280f0ac14f5d9f18b94dba40f8a40aeab268.tar.gz
src-f47e280f0ac14f5d9f18b94dba40f8a40aeab268.zip
Port to FreeBSD. Not ready for inclusion in libc just yet, but here
so we can compile zic.
Notes
Notes: svn path=/head/; revision=2713
Diffstat (limited to 'lib/libc/stdtime/tzfile.h')
-rw-r--r--lib/libc/stdtime/tzfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdtime/tzfile.h b/lib/libc/stdtime/tzfile.h
index 45b4d7d606a7..9b98306080bb 100644
--- a/lib/libc/stdtime/tzfile.h
+++ b/lib/libc/stdtime/tzfile.h
@@ -25,11 +25,11 @@ static char tzfilehid[] = "@(#)tzfile.h 7.4";
*/
#ifndef TZDIR
-#define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */
+#define TZDIR "/usr/share/zoneinfo" /* Time zone object file directory */
#endif /* !defined TZDIR */
#ifndef TZDEFAULT
-#define TZDEFAULT "localtime"
+#define TZDEFAULT "/etc/localtime"
#endif /* !defined TZDEFAULT */
#ifndef TZDEFRULES