#ifndef _NGX_SOLARIS_CONFIG_H_INCLUDED_ #define _NGX_SOLARIS_CONFIG_H_INCLUDED_ #define SOLARIS 1 #define _REENTRANT #define _FILE_OFFSET_BITS 64 /* must be before sys/types.h */ #include #include #include /* offsetof() */ #include #include #include #include #include #include #include #include /* FIONBIO */ #include /* INFTIM */ #include #include #include #include #include #if 0 #define OFF_FMT "%lld" #define SIZE_FMT "%d" #define SIZEX_FMT "%x" #define TIME_FMT "%ld" #define PID_FMT "%ld" #define RLIM_FMT "%lu" #endif #ifndef HAVE_SELECT #define HAVE_SELECT 1 #endif #ifndef HAVE_POLL #define HAVE_POLL 1 #endif #if (HAVE_POLL) #include #endif #if (HAVE_AIO) #include #endif #if (HAVE_DEVPOLL) #include #include #endif #ifndef HAVE_INHERITED_NONBLOCK #define HAVE_INHERITED_NONBLOCK 1 #endif #ifndef HAVE_FIONBIO #define HAVE_FIONBIO 1 #endif #endif /* _NGX_SOLARIS_CONFIG_H_INCLUDED_ */