No osfcn.h available on linux
This commit is contained in:
@@ -48,7 +48,7 @@ extern "C" in_addr_t inet_addr(const char *);
|
|||||||
#ifdef __osf__
|
#ifdef __osf__
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#else
|
#else
|
||||||
#if !defined(USL) && !defined(__uxp__)
|
#if !defined(USL) && !defined(__uxp__) && !defined(linux)
|
||||||
#include <osfcn.h>
|
#include <osfcn.h>
|
||||||
#endif
|
#endif
|
||||||
#endif /* __osf */
|
#endif /* __osf */
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
#ifdef __osf__
|
#ifdef __osf__
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#else
|
#else
|
||||||
#if !defined (USL) && !defined(__uxp__)
|
#if !defined (USL) && !defined(__uxp__) && !defined(linux)
|
||||||
#include <osfcn.h>
|
#include <osfcn.h>
|
||||||
#endif
|
#endif
|
||||||
#endif /* __osf__ */
|
#endif /* __osf__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user