summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-06 05:52:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:41 -0500
commit51edcea156dd949e402ca3868eca33e1a4421533 (patch)
tree5085df6ed0f1eccc671f6ee5ef6447fa33acae0d /source4/heimdal_build/config.m4
parent412e4bd82000f2c58a2ac9010ee97fac68b0df82 (diff)
downloadsamba-51edcea156dd949e402ca3868eca33e1a4421533.tar.gz
samba-51edcea156dd949e402ca3868eca33e1a4421533.tar.bz2
samba-51edcea156dd949e402ca3868eca33e1a4421533.zip
r7322: the beginnings of a in-tree heimdal
(This used to be commit e6a2174050bb55afb32d54b8cfe12c7358bf98f2)
Diffstat (limited to 'source4/heimdal_build/config.m4')
-rw-r--r--source4/heimdal_build/config.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4
new file mode 100644
index 0000000000..7bdcbdb030
--- /dev/null
+++ b/source4/heimdal_build/config.m4
@@ -0,0 +1,6 @@
+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(setitimer uname umask unsetenv socket sendmsg putenv atexit)
+