diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-18 22:49:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:52:03 -0500 |
commit | 596cbe73dd268742acf456fccd8a234376fb0c97 (patch) | |
tree | e61db1bbfc4617cb99f6ddba10106e3e8881c293 /source/include | |
parent | bd175177960f39ef70d73d09e304299e03372bd6 (diff) | |
download | samba-596cbe73dd268742acf456fccd8a234376fb0c97.tar.gz samba-596cbe73dd268742acf456fccd8a234376fb0c97.tar.xz samba-596cbe73dd268742acf456fccd8a234376fb0c97.zip |
r18644: bring in libreplace in lib/replace
metze
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/includes.h | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index 1effa69f9a4..e94ba3638df 100644 --- a/source/include/includes.h +++ b/source/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" |