Test NO_SOCKETS_IN_FILE_SYSTEM.
This commit is contained in:
parent
167018113c
commit
1e523e3da8
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ main (argc, argv)
|
|||
|
||||
#else /* HAVE_SOCKETS or HAVE_SYSVIPC */
|
||||
|
||||
#if defined (HAVE_SOCKETS)
|
||||
#if defined (HAVE_SOCKETS) && ! defined (NO_SOCKETS_IN_FILE_SYSTEM)
|
||||
/* BSD code is very different from SYSV IPC code */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -45,7 +45,7 @@ main ()
|
|||
|
||||
#else /* HAVE_SOCKETS or HAVE_SYSVIPC */
|
||||
|
||||
#if defined (HAVE_SOCKETS)
|
||||
#if defined (HAVE_SOCKETS) && ! defined (NO_SOCKETS_IN_FILE_SYSTEM)
|
||||
/* BSD code is very different from SYSV IPC code */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue