summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-18 22:49:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:03 -0500
commit8f153c6128dd15fb132d8ddb1752e793bd6a5985 (patch)
tree0e2314019948ef0fdfcce1a15a63c0a4828e6bb7 /source3/include
parentf2e7b8d1449b9f8a7177a19842d25440950f733f (diff)
downloadsamba-8f153c6128dd15fb132d8ddb1752e793bd6a5985.tar.gz
samba-8f153c6128dd15fb132d8ddb1752e793bd6a5985.tar.bz2
samba-8f153c6128dd15fb132d8ddb1752e793bd6a5985.zip
r18644: bring in libreplace in lib/replace
metze (This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h24
1 files changed, 18 insertions, 6 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 1effa69f9a..e94ba3638d 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -27,7 +27,7 @@
#endif
#ifndef NO_CONFIG_H /* for some tests */
-#include "config.h"
+#include "lib/replace/replace.h"
#endif
/* only do the C++ reserved word check when we compile
@@ -125,6 +125,23 @@
#endif
#endif /* RELIANTUNIX */
+#include "system/capability.h"
+#include "system/dir.h"
+#include "system/filesys.h"
+#include "system/glob.h"
+#include "system/iconv.h"
+#include "system/locale.h"
+#include "system/network.h"
+#include "system/passwd.h"
+#include "system/printing.h"
+#include "system/readline.h"
+#include "system/select.h"
+#include "system/shmem.h"
+#include "system/syslog.h"
+#include "system/terminal.h"
+#include "system/time.h"
+#include "system/wait.h"
+
#include <sys/types.h>
#ifdef HAVE_STDINT_H
@@ -939,11 +956,6 @@ extern int errno;
#define NGROUPS_MAX 32 /* Guess... */
#endif
-#ifdef SOCKET_WRAPPER
-#define SOCKET_WRAPPER_REPLACE
-#include "lib/socket_wrapper/socket_wrapper.h"
-#endif
-
/* Our own pstrings and fstrings */
#include "pstring.h"