dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@82292 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2007-09-12 21:32:24 +00:00
parent 21583e9453
commit ddf388f847
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 */