lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/replace...
authorAlexander Bokovoy <ab@samba.org>
Tue, 24 Apr 2012 16:37:13 +0000 (19:37 +0300)
committerAlexander Bokovoy <ab@samba.org>
Tue, 24 Apr 2012 22:18:32 +0000 (00:18 +0200)
commit594e3161810ba5a57ce5a3c88a8cd89b11d04650
tree85f2a84c3ff5260722027db8fa940d30e5de5f2d
parent2d01099acc77d433f06f36f854f27fd9f1e43f05
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/replace/system/gssapi.h

With waf build include directories are defined by dependencies specified to subsystems.
Without proper dependency <gssapi/gssapi.h> cannot be found for embedded Heimdal builds
when there are no system-wide gssapi/gssapi.h available.

Split out GSSAPI header includes in a separate replacement header and use that explicitly
where needed.

Autobuild-User: Alexander Bokovoy <ab@samba.org>
Autobuild-Date: Wed Apr 25 00:18:33 CEST 2012 on sn-devel-104
18 files changed:
auth/credentials/credentials_krb5.c
auth/kerberos/gssapi_pac.c
auth/kerberos/pac_utils.h
buildtools/wafsamba/samba3.py
lib/addns/dns.h
lib/krb5_wrap/krb5_samba.c
lib/replace/system/gssapi.h [new file with mode: 0644]
lib/replace/system/kerberos.h
libcli/smb/wscript_build
source3/configure.in
source3/libads/ads_status.c
source3/libads/sasl.c
source3/wscript_build
source4/auth/gensec/gensec_gssapi.c
source4/auth/kerberos/krb5_init_context.c
source4/auth/kerberos/wscript_build
source4/heimdal_build/wscript_configure
source4/ntvfs/ipc/vfs_ipc.c