aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_socket.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-01-30 18:21:39 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-01-30 18:21:39 +0000
commit2a2d2b5094ee88dba5984eddfc4135b66bb8007e (patch)
treec8f15571d41075aa7fd0558273ef817934468c6c /src/os/unix/ngx_socket.h
parent86de4cbef5f075840406e24e16a2b1417f721bb3 (diff)
downloadnginx-2a2d2b5094ee88dba5984eddfc4135b66bb8007e.tar.gz
nginx-2a2d2b5094ee88dba5984eddfc4135b66bb8007e.zip
nginx-0.0.1-2003-01-30-21:21:39 import
Diffstat (limited to 'src/os/unix/ngx_socket.h')
-rw-r--r--src/os/unix/ngx_socket.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/unix/ngx_socket.h b/src/os/unix/ngx_socket.h
index 2a602d2be..b4be76240 100644
--- a/src/os/unix/ngx_socket.h
+++ b/src/os/unix/ngx_socket.h
@@ -8,8 +8,6 @@
typedef int ngx_socket_t;
-#define ngx_init_sockets
-
#define ngx_socket(af, type, proto, flags) socket(af, type, proto)
#define ngx_socket_n "socket()"