1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-21 12:23:50 +03:00

r3446: created include/system/iconv.h and include/system/shmem.h

This commit is contained in:
Andrew Tridgell
2004-11-01 23:45:40 +00:00
committed by Gerald (Jerry) Carter
parent 8ebd20cf55
commit 70055fb1f4
6 changed files with 73 additions and 26 deletions

View File

@@ -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