svn commit: samba r7688 - in branches/SAMBA_4_0/source: heimdal_build include/system

abartlet at samba.org abartlet at samba.org
Fri Jun 17 12:59:31 GMT 2005


Author: abartlet
Date: 2005-06-17 12:59:30 +0000 (Fri, 17 Jun 2005)
New Revision: 7688

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

Log:
Fix the internal heimdal build - push one #define back to
heimdal_build/config.h

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.h
   branches/SAMBA_4_0/source/include/system/kerberos.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.h	2005-06-17 12:45:45 UTC (rev 7687)
+++ branches/SAMBA_4_0/source/heimdal_build/config.h	2005-06-17 12:59:30 UTC (rev 7688)
@@ -39,6 +39,7 @@
 #define ROKEN_LIB_FUNCTION
 
 /* these should be done with configure tests */
+#define KRB5
 #define HAVE_H_ERRNO
 #define HAVE_INET_ATON
 #define HAVE_LONG_LONG

Modified: branches/SAMBA_4_0/source/include/system/kerberos.h
===================================================================
--- branches/SAMBA_4_0/source/include/system/kerberos.h	2005-06-17 12:45:45 UTC (rev 7687)
+++ branches/SAMBA_4_0/source/include/system/kerberos.h	2005-06-17 12:59:30 UTC (rev 7688)
@@ -21,7 +21,6 @@
 */
 
 /* setup correct defines for capabilities of our version of heimdal */
-#define KRB5
 /* Whether to have KRB5 support */
 #define HAVE_KRB5 1
 



More information about the samba-cvs mailing list