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:
@@ -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
|
||||
|
@@ -693,4 +693,8 @@ int ROKEN_LIB_FUNCTION
|
||||
closefrom(int);
|
||||
#endif
|
||||
|
||||
#ifdef SOCKET_WRAPPER_REPLACE
|
||||
#include <socket_wrapper.h>
|
||||
#endif
|
||||
|
||||
ROKEN_CPP_END
|
||||
|
Reference in New Issue
Block a user