mirror of https://github.com/Cisco-Talos/clamav
parent
086eab5c26
commit
bfd89d7c84
@ -0,0 +1,18 @@ |
||||
#ifndef FDPASSING_H |
||||
#define FDPASSING_H |
||||
|
||||
#ifdef HAVE_FD_PASSING |
||||
|
||||
#ifdef FDPASS_NEED_XOPEN |
||||
/* to expose BSD 4.4/Unix98 semantics instead of BSD 4.3 semantics */ |
||||
#define _XOPEN_SOURCE 500 |
||||
#endif |
||||
|
||||
#include <sys/types.h> |
||||
#include <sys/socket.h> |
||||
#include <sys/un.h> |
||||
#include <sys/uio.h> |
||||
|
||||
#endif |
||||
#endif |
||||
|
Loading…
Reference in new issue