summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/config.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-24 01:27:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:45 -0500
commitd5888fbb60d6b16b20ee95e434a94048ef1806bc (patch)
treea8679ea78c695cb706ff3ce5dd0b4c8859b200b7 /source4/heimdal_build/config.m4
parent152a6a00c31f52d14a63bfc977ac54713c56c9cd (diff)
downloadsamba-d5888fbb60d6b16b20ee95e434a94048ef1806bc.tar.gz
samba-d5888fbb60d6b16b20ee95e434a94048ef1806bc.tar.bz2
samba-d5888fbb60d6b16b20ee95e434a94048ef1806bc.zip
r7866: Remove some unused autoconf macro calls.
Some of these should probably be re-added again later when we need them. They should then be added to the appropriate config.m4 file in the source tree rather then in rewrite.m4. (This used to be commit 4eca613470139f6425f454aea016566f9deffa3e)
Diffstat (limited to 'source4/heimdal_build/config.m4')
-rw-r--r--source4/heimdal_build/config.m49
1 files changed, 4 insertions, 5 deletions
diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4
index b4aa1f65cb..30c6ceff76 100644
--- a/source4/heimdal_build/config.m4
+++ b/source4/heimdal_build/config.m4
@@ -1,9 +1,8 @@
-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_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_FUNCS(setitimer uname umask unsetenv socket sendmsg putenv atexit strsep)
-AC_CHECK_FUNCS(strlwr strncasecmp strptime strsep_copy strtok_r strupr swab)
+AC_CHECK_FUNCS(strupr)
# these are disabled unless heimdal is found below
SMB_MODULE_DEFAULT(KERBEROS_LIB, NOT)