comparison src/os/unix/ngx_freebsd_config.h @ 249:2a0540287298

nginx-0.0.2-2004-02-03-19:43:54 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Feb 2004 16:43:54 +0000
parents 5d4f49dc8de5
children 8e39cab6abd5
comparison
equal deleted inserted replaced
248:e885208c518b 249:2a0540287298
25 #include <pwd.h> 25 #include <pwd.h>
26 #include <grp.h> 26 #include <grp.h>
27 #include <netdb.h> 27 #include <netdb.h>
28 #include <dirent.h> 28 #include <dirent.h>
29 #include <osreldate.h> 29 #include <osreldate.h>
30
31 #include <ngx_auto_config.h>
30 32
31 33
32 #ifndef HAVE_SELECT 34 #ifndef HAVE_SELECT
33 #define HAVE_SELECT 1 35 #define HAVE_SELECT 1
34 #endif 36 #endif