comparison src/os/unix/ngx_os.h @ 198:34995c5ec6c4

nginx-0.0.1-2003-11-27-22:01:37 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Nov 2003 19:01:37 +0000
parents 11fbd0fc041d
children 6e0fef527732
comparison
equal deleted inserted replaced
197:0b81c7a0b133 198:34995c5ec6c4
60 #ifdef __linux__ 60 #ifdef __linux__
61 #include <ngx_linux.h> 61 #include <ngx_linux.h>
62 #endif 62 #endif
63 63
64 64
65 #ifdef SOLARIS
66 #include <ngx_solaris.h>
67 #endif
68
69
65 #endif /* _NGX_OS_H_INCLUDED_ */ 70 #endif /* _NGX_OS_H_INCLUDED_ */