mirror of
https://github.com/wg/wrk
synced 2025-02-14 07:02:55 +08:00
add defines and includes for solaris
This commit is contained in:
parent
eb165ce430
commit
051c35fca6
@ -7,6 +7,11 @@
|
|||||||
#define HAVE_EPOLL
|
#define HAVE_EPOLL
|
||||||
#elif defined (__sun)
|
#elif defined (__sun)
|
||||||
#define HAVE_EVPORT
|
#define HAVE_EVPORT
|
||||||
|
#define _XPG6
|
||||||
|
#define __EXTENSIONS__
|
||||||
|
#include <stropts.h>
|
||||||
|
#include <sys/filio.h>
|
||||||
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* CONFIG_H */
|
#endif /* CONFIG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user