From d96c5758f604b3251cf085d34c942975a5693645 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 1 Aug 2008 19:24:09 +0200 Subject: heimdal_build/internal: add some useful defines metze (This used to be commit b9727d612bd2e9cf67ca2d4a9c60dc13d4bed5be) --- source4/heimdal_build/internal.m4 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/heimdal_build/internal.m4') diff --git a/source4/heimdal_build/internal.m4 b/source4/heimdal_build/internal.m4 index f83fdf7460..9a08022993 100644 --- a/source4/heimdal_build/internal.m4 +++ b/source4/heimdal_build/internal.m4 @@ -236,8 +236,12 @@ AC_MSG_RESULT($LEX_YACC) # of the samba source tree. # if we ever get to using a host kerberos, we might add conditionals here +AC_DEFINE(HAVE_COM_ERR,1,[Whether com_err is available]) +HAVE_COM_ERR=YES AC_DEFINE(HAVE_KRB5,1,[Whether kerberos is available]) HAVE_KRB5=YES +AC_DEFINE(HAVE_GSSAPI,1,[Whether GSSAPI is available]) +HAVE_GSSAPI=YES SMB_ENABLE(KERBEROS_LIB, YES) SMB_ENABLE(asn1_compile, YES) SMB_ENABLE(compile_et, YES) @@ -258,4 +262,6 @@ fi VPATH="$VPATH:\$(HEIMDAL_VPATH)" +AC_DEFINE(SAMBA4_INTERNAL_HEIMDAL,1,[Whether we use in internal heimdal build]) + SMB_INCLUDE_MK(heimdal_build/internal.mk) -- cgit