Add samba socket wrapper fragment.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18097 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-16 17:33:07 +00:00
parent 6438583810
commit de2de1213c
2 changed files with 9 additions and 0 deletions

View File

@@ -159,6 +159,11 @@ include_HEADERS = \
xdbm.h \
$(XHEADERS)
if have_socket_wrapper
libroken_la_SOURCES += socket_wrapper.c socket_wrapper.h
include_HEADERS += socket_wrapper.h
endif
build_HEADERZ = test-mem.h
nodist_include_HEADERS = roken.h

View File

@@ -693,4 +693,8 @@ int ROKEN_LIB_FUNCTION
closefrom(int);
#endif
#ifdef SOCKET_WRAPPER_REPLACE
#include <socket_wrapper.h>
#endif
ROKEN_CPP_END