[svn-commits] branch 1.2 r35121 - /branches/1.2/stdtime/private.h
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Tue Jun 20 08:05:24 MST 2006
Author: tilghman
Date: Tue Jun 20 10:05:23 2006
New Revision: 35121
URL: http://svn.digium.com/view/asterisk?rev=35121&view=rev
Log:
Bug 7398 - Solaris puts its zoneinfo files in a nonstandard place
Modified:
branches/1.2/stdtime/private.h
Modified: branches/1.2/stdtime/private.h
URL: http://svn.digium.com/view/asterisk/branches/1.2/stdtime/private.h?rev=35121&r1=35120&r2=35121&view=diff
==============================================================================
--- branches/1.2/stdtime/private.h (original)
+++ branches/1.2/stdtime/private.h Tue Jun 20 10:05:23 2006
@@ -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 */
/*
More information about the svn-commits
mailing list