svn commit: samba r7869 - in branches/SAMBA_4_0/source/heimdal_build: .

tridge at samba.org tridge at samba.org
Fri Jun 24 03:52:09 GMT 2005


Author: tridge
Date: 2005-06-24 03:52:08 +0000 (Fri, 24 Jun 2005)
New Revision: 7869

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7869

Log:
revert the configure changes from jelmers commit for heimdal_build
(they are needed when you use the in-tree heimdal)


Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.m4
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.m4	2005-06-24 01:58:40 UTC (rev 7868)
+++ branches/SAMBA_4_0/source/heimdal_build/config.m4	2005-06-24 03:52:08 UTC (rev 7869)
@@ -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)



More information about the samba-cvs mailing list