summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-01 23:45:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:12 -0500
commit28785364baec1fbbf66de9ca38f397d7cc5c2c67 (patch)
treeab600b3f80da9641839682f87ef070e907d14a13 /source4/include/includes.h
parentf20f1f994ac375ab96cc8a38075b99aa20041b3f (diff)
downloadsamba-28785364baec1fbbf66de9ca38f397d7cc5c2c67.tar.gz
samba-28785364baec1fbbf66de9ca38f397d7cc5c2c67.tar.bz2
samba-28785364baec1fbbf66de9ca38f397d7cc5c2c67.zip
r3446: created include/system/iconv.h and include/system/shmem.h
(This used to be commit 70055fb1f499cd40e996e56c7ba9ef8d2267b421)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 192ec548fd..914ec2f4ea 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -317,23 +317,6 @@
#endif
-#if defined(HAVE_SYS_IPC_H)
-#include <sys/ipc.h>
-#endif /* HAVE_SYS_IPC_H */
-
-#if defined(HAVE_SYS_SHM_H)
-#include <sys/shm.h>
-#endif /* HAVE_SYS_SHM_H */
-
-#ifdef HAVE_NATIVE_ICONV
-#ifdef HAVE_ICONV
-#include <iconv.h>
-#endif
-#ifdef HAVE_GICONV
-#include <giconv.h>
-#endif
-#endif
-
/* we support ADS if we want it and have krb5 and ldap libs */
#if defined(WITH_ADS) && defined(HAVE_KRB5) && defined(HAVE_LDAP)
#define HAVE_ADS