From: Tilghman Lesher Date: Tue, 20 Jun 2006 15:05:23 +0000 (+0000) Subject: Bug 7398 - Solaris puts its zoneinfo files in a nonstandard place X-Git-Tag: 1.2.10~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2cff5290f5768ba79eec7dcc082c24271c6692;p=thirdparty%2Fasterisk.git Bug 7398 - Solaris puts its zoneinfo files in a nonstandard place git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@35121 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/stdtime/private.h b/stdtime/private.h index 60479d787f..8ef9ccfdde 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 */ /*