Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-05-22 19:23:47 +0400
committerIgor Sysoev <igor@sysoev.ru>2003-05-22 19:23:47 +0400
commit6a1cc903bf2db47b7061791b9e878ededcba1aa4 (patch)
tree5e9d78365d85901394f312d8eed6a1811692891b /src/os/unix/ngx_solaris_config.h
parentfa73aac7747c9d0a8575eb2beffcdab50171e006 (diff)
nginx-0.0.1-2003-05-22-19:23:47 import
Diffstat (limited to 'src/os/unix/ngx_solaris_config.h')
-rw-r--r--src/os/unix/ngx_solaris_config.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/os/unix/ngx_solaris_config.h b/src/os/unix/ngx_solaris_config.h
index 1545fc914..786cf0b67 100644
--- a/src/os/unix/ngx_solaris_config.h
+++ b/src/os/unix/ngx_solaris_config.h
@@ -4,29 +4,24 @@
#define SOLARIS 1
+#define _REENTRANT
#define _FILE_OFFSET_BITS 64 /* must be before sys/types.h */
+
#include <unistd.h>
#include <stddef.h> /* offsetof */
#include <stdlib.h>
#include <stdio.h>
-#include <stdarg.h>
#include <fcntl.h>
-#include <time.h>
#include <signal.h>
-#include <string.h>
-#include <strings.h> /* bzero() */
+#include <strings.h>
+
#include <sys/types.h>
#include <sys/filio.h> /* FIONBIO */
#include <sys/stropts.h> /* INFTIM */
-#include <sys/mman.h>
-#include <sys/wait.h>
#include <sys/socket.h>
-#include <sys/uio.h>
-#include <sys/resource.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-#include <netdb.h>
typedef uint32_t u_int32_t;