summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-09-06 10:00:24 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-09-06 10:00:24 +0000
commit69b9cbf32744d4cb5327c8baca1308a48ae96b22 (patch)
treeb1796742b98e018bd302ef8e85690fc7301b416f /source3/configure.in
parentc9101c3b01b7a493944b1fec8612289d8dc531e7 (diff)
downloadsamba-69b9cbf32744d4cb5327c8baca1308a48ae96b22.tar.gz
samba-69b9cbf32744d4cb5327c8baca1308a48ae96b22.tar.bz2
samba-69b9cbf32744d4cb5327c8baca1308a48ae96b22.zip
Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype for
syslog() since Paul Green's POSIX patch. (This used to be commit d3b29b0b2d2ffd5c050900ff8cae441b91f95526)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index e4bc698257..168a6f4746 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -432,6 +432,7 @@ AC_CHECK_HEADERS(sys/mman.h sys/filio.h sys/priv.h sys/shm.h string.h strings.h
AC_CHECK_HEADERS(sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h termio.h)
AC_CHECK_HEADERS(sys/termio.h sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h)
AC_CHECK_HEADERS(security/pam_modules.h security/_pam_macros.h ldap.h lber.h dlfcn.h)
+AC_CHECK_HEADERS(sys/syslog.h syslog.h)
#
# HPUX has a bug in that including shadow.h causes a re-definition of MAXINT.