diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-24 03:52:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:45 -0500 |
commit | 4cb6899428e0acbd3d1f368908b23a79cccd407f (patch) | |
tree | a876b092bd1087f37971515a21417b2693a691de /source4/heimdal_build | |
parent | b818ff3ede56ab905418dddbc0bdc2011ebf62ab (diff) | |
download | samba-4cb6899428e0acbd3d1f368908b23a79cccd407f.tar.gz samba-4cb6899428e0acbd3d1f368908b23a79cccd407f.tar.bz2 samba-4cb6899428e0acbd3d1f368908b23a79cccd407f.zip |
r7869: revert the configure changes from jelmers commit for heimdal_build
(they are needed when you use the in-tree heimdal)
(This used to be commit 53b2cdcda56746256b2ede3f0f482e854c700b3f)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.m4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4 index 30c6ceff76..b4aa1f65cb 100644 --- a/source4/heimdal_build/config.m4 +++ b/source4/heimdal_build/config.m4 @@ -1,8 +1,9 @@ -AC_CHECK_HEADERS(sys/file.h crypt.h curses.h) -AC_CHECK_HEADERS(sys/stropts.h sys/timeb.h sys/un.h) -AC_CHECK_HEADERS(sys/utsname.h termcap.h timezone.h ttyname.h) +AC_CHECK_HEADERS(sys/file.h signal.h errno.h crypt.h curses.h sys/bittypes.h) +AC_CHECK_HEADERS(sys/stropts.h sys/timeb.h sys/times.h sys/uio.h sys/un.h) +AC_CHECK_HEADERS(sys/utsname.h termcap.h term.h timezone.h time.h ttyname.h) -AC_CHECK_FUNCS(strupr) +AC_CHECK_FUNCS(setitimer uname umask unsetenv socket sendmsg putenv atexit strsep) +AC_CHECK_FUNCS(strlwr strncasecmp strptime strsep_copy strtok_r strupr swab) # these are disabled unless heimdal is found below SMB_MODULE_DEFAULT(KERBEROS_LIB, NOT) |