comparison src/os/unix/ngx_os.h @ 196:11fbd0fc041d

nginx-0.0.1-2003-11-26-18:42:18 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Nov 2003 15:42:18 +0000
parents 1bf718ce0dde
children 34995c5ec6c4
comparison
equal deleted inserted replaced
195:8dee38ea9117 196:11fbd0fc041d
55 #ifdef __FreeBSD__ 55 #ifdef __FreeBSD__
56 #include <ngx_freebsd.h> 56 #include <ngx_freebsd.h>
57 #endif 57 #endif
58 58
59 59
60 #ifdef __linux__
61 #include <ngx_linux.h>
62 #endif
63
64
60 #endif /* _NGX_OS_H_INCLUDED_ */ 65 #endif /* _NGX_OS_H_INCLUDED_ */