Age | Commit message (Collapse) | Author | Files | Lines |
|
Some of the functions in source3/lib/util_sock.c use AI_ADDRCONFIG. On QNX
6.3.0, this macro is defined but, if it's used, getaddrinfo will fail. This
prevents smbd from opening any sockets.
If I undefine AI_ADDRCONFIG on such systems and allow
lib/replace/system/network.h to define it to be 0, this works around the issue.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
This hopefully fixes the build on IRIX.
metze
|
|
This should fix the build on some hosts.
metze
|
|
-DSOCKET_WRAPPER_DISABLE=1
metze
|
|
Some platforms define it in netdb.h, so we should
define the replace after including metdb.h.
metze
|
|
|