1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r25783: socket_wrapper: don't include "includes.h"

metze
(This used to be commit 47f865165e772540334dcbcf80cfc1999b0132fa)
This commit is contained in:
Stefan Metzmacher 2007-11-01 13:10:59 +01:00
parent b869a08661
commit f603a0c579

View File

@ -42,19 +42,10 @@
#ifdef _SAMBA_BUILD_
#define SOCKET_WRAPPER_NOT_REPLACE
#include "includes.h"
#include "lib/replace/replace.h"
#include "system/network.h"
#include "system/filesys.h"
#ifdef malloc
#undef malloc
#endif
#ifdef calloc
#undef calloc
#endif
#ifdef strdup
#undef strdup
#endif
#include "system/time.h"
#else /* _SAMBA_BUILD_ */
@ -74,8 +65,10 @@
#include <string.h>
#include <stdio.h>
#define _PUBLIC_
#endif
#ifndef _PUBLIC_
#define _PUBLIC_
#endif
#define SWRAP_DLIST_ADD(list,item) do { \