diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 21:34:15 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2003-01-20 21:34:15 +0000 |
commit | b07ad931ce67b633dbc54591667b9c42d73d275f (patch) | |
tree | dbd2917df35d5c7aa71c2d981c9210abe4a287b2 /usr.sbin/bind/acconfig.h | |
parent | ad0031c21d3538fe61a842467eba2d86fd5336d5 (diff) |
test for tzset()
Diffstat (limited to 'usr.sbin/bind/acconfig.h')
-rw-r--r-- | usr.sbin/bind/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/bind/acconfig.h b/usr.sbin/bind/acconfig.h index 58e90bc5d92..809c78506e2 100644 --- a/usr.sbin/bind/acconfig.h +++ b/usr.sbin/bind/acconfig.h @@ -67,6 +67,9 @@ /* define if chroot() is available */ #undef HAVE_CHROOT +/* define if tzset() is available */ +#undef HAVE_TZSET + /* define if struct addrinfo exists */ #undef HAVE_ADDRINFO |