dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 35121 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r35121 | tilghman | 2006-06-20 10:05:23 -0500 (Tue, 20 Jun 2006) | 2 lines

Bug 7398 - Solaris puts its zoneinfo files in a nonstandard place

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35122 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2006-06-20 15:06:38 +00:00
parent 5c0063fb1e
commit 1f2a7ec97e
1 changed files with 4 additions and 0 deletions

View File

@ -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 */
/*