]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Oops, wrong location for FreeBSD zone files
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 12 Sep 2007 21:28:33 +0000 (21:28 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 12 Sep 2007 21:28:33 +0000 (21:28 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82291 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/stdtime/tzfile.h

index 2637ab960d8eca7b97cdc15aca2c7a0abc84af02..9201b967f1175f141b1c0ec19e09a916ea8744de 100644 (file)
@@ -33,11 +33,7 @@ static char  __attribute__((unused)) tzfilehid[] = "@(#)tzfile.h     8.1";
 #ifdef SOLARIS
 #define TZDIR  "/usr/share/lib/zoneinfo"
 #else
-#ifdef FREEBSD
-#define TZDIR  "/usr/local/etc/zoneinfo" /* Time zone object file directory */
-#else
 #define TZDIR  "/usr/share/zoneinfo"
-#endif /* defined FREEBSD */
 #endif /* defined SOLARIS */
 #endif /* !defined TZDIR */