diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-17 05:11:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:54 -0500 |
commit | 4a854fe809ba617336db3e1d277e00c7ef95c55f (patch) | |
tree | d1a57833acd0ba4ed43e8076cfe2cb6d3ea842a3 /source4/lib/replace/system | |
parent | 5d6a38004ad45ae58a0a064132d383d3d3ee4c99 (diff) | |
download | samba-4a854fe809ba617336db3e1d277e00c7ef95c55f.tar.gz samba-4a854fe809ba617336db3e1d277e00c7ef95c55f.tar.bz2 samba-4a854fe809ba617336db3e1d277e00c7ef95c55f.zip |
r18593: try to get the same socket_wrapper file building in samba3 and samba4
this is preparation of adding libreplace to samba3 later.
metze
(This used to be commit 26228e4b2e8debd84caebe84bb34bfbbf2ad405c)
Diffstat (limited to 'source4/lib/replace/system')
-rw-r--r-- | source4/lib/replace/system/network.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/system/network.h b/source4/lib/replace/system/network.h index 9b73466924..615fcab5c8 100644 --- a/source4/lib/replace/system/network.h +++ b/source4/lib/replace/system/network.h @@ -67,7 +67,9 @@ #endif #ifdef SOCKET_WRAPPER +#ifndef SOCKET_WRAPPER_NOT_REPLACE #define SOCKET_WRAPPER_REPLACE +#endif #include "lib/socket_wrapper/socket_wrapper.h" #endif |