summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-02 14:03:30 +0100
committerGünther Deschner <gd@samba.org>2011-03-16 10:11:16 +0100
commitd19ea55e9e48ccb1ca63bfc0ec97f0ba7b26f7fd (patch)
treecc090740800525471de40f7dbde9bfb08b2c54ab /source3/include/includes.h
parent6c8d802391e0aaf375108bcd1270565983d735a8 (diff)
downloadsamba-d19ea55e9e48ccb1ca63bfc0ec97f0ba7b26f7fd.tar.gz
samba-d19ea55e9e48ccb1ca63bfc0ec97f0ba7b26f7fd.tar.bz2
samba-d19ea55e9e48ccb1ca63bfc0ec97f0ba7b26f7fd.zip
s3-includes: avoid global include of gssapi headers.
Guenther
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index c79c96260a..41483525fa 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -178,18 +178,6 @@ LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to);
#undef HAVE_LDAP
#endif
-#if HAVE_GSSAPI_GSSAPI_H
-#include <gssapi/gssapi.h>
-#elif HAVE_GSSAPI_GSSAPI_GENERIC_H
-#include <gssapi/gssapi_generic.h>
-#elif HAVE_GSSAPI_H
-#include <gssapi.h>
-#endif
-
-#if HAVE_COM_ERR_H
-#include <com_err.h>
-#endif
-
#if HAVE_SYS_ATTRIBUTES_H
#include <sys/attributes.h>
#endif