add support to build on freebsd
This commit is contained in:
@@ -72,6 +72,10 @@ typedef struct sockaddr_in SockA; /* See netinet/in.h */
|
||||
#define USE_DIRENT
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#define USE_DIRENT
|
||||
#endif
|
||||
|
||||
#ifdef _IBMR2
|
||||
#define USE_DIRENT /* sys V style directory open */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user