aboutsummaryrefslogtreecommitdiffstats
path: root/stdtime
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-20 16:05:25 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-20 16:05:25 +0000
commit81ee1b495c4ab9367f838ca016b155f4e0466c80 (patch)
tree3c80de0a2853a56b937b4eaefeb503e0d18ea561 /stdtime
parentc308bfbaba4a539f223d62b2fd94229557b9c50b (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@35158 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'stdtime')
-rw-r--r--stdtime/private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdtime/private.h b/stdtime/private.h
index 60479d787..8ef9ccfdd 100644
--- a/stdtime/private.h
+++ b/stdtime/private.h
@@ -20,7 +20,11 @@
#define HAVE_STRERROR 1
#define HAVE_UNISTD_H 1
#define LOCALE_HOME _PATH_LOCALE
+#ifdef SOLARIS
+#define TZDIR "/usr/share/lib/zoneinfo"
+#else
#define TZDIR "/usr/share/zoneinfo"
+#endif /* def SOLARIS */
#endif /* ndef TM_GMTOFF */
/*