comparison src/os/unix/ngx_os.h @ 396:77df96611112

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 05 Aug 2008 02:12:51 +0400
parents 0b6053502c55
children fd759445d8a8
comparison
equal deleted inserted replaced
391:1d9bef53cd8e 396:77df96611112
64 #include <ngx_linux.h> 64 #include <ngx_linux.h>
65 65
66 66
67 #elif (NGX_SOLARIS) 67 #elif (NGX_SOLARIS)
68 #include <ngx_solaris.h> 68 #include <ngx_solaris.h>
69
70
71 #elif (NGX_DARWIN)
72 #include <ngx_darwin.h>
69 #endif 73 #endif
70 74
71 75
72 #endif /* _NGX_OS_H_INCLUDED_ */ 76 #endif /* _NGX_OS_H_INCLUDED_ */