Merged revisions 82291 via svnmerge from

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

........
r82291 | tilghman | 2007-09-12 16:28:33 -0500 (Wed, 12 Sep 2007) | 2 lines

Oops, wrong location for FreeBSD zone files

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82292 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher 2007-09-12 21:32:24 +00:00
parent 82cf384e03
commit 22436131f7
1 changed files with 0 additions and 4 deletions

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