comparison src/os/unix/ngx_freebsd_config.h @ 727:532d15ddbe68

glob support in include
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Oct 2006 08:46:45 +0000
parents 77f77f53214a
children f69d1aab6a0f 1a1fe29fdb17
comparison
equal deleted inserted replaced
726:7b71936d5299 727:532d15ddbe68
19 #include <string.h> 19 #include <string.h>
20 #include <signal.h> 20 #include <signal.h>
21 #include <pwd.h> 21 #include <pwd.h>
22 #include <grp.h> 22 #include <grp.h>
23 #include <dirent.h> 23 #include <dirent.h>
24 #include <glob.h>
24 25
25 #include <sys/filio.h> /* FIONBIO */ 26 #include <sys/filio.h> /* FIONBIO */
26 #include <sys/uio.h> 27 #include <sys/uio.h>
27 #include <sys/stat.h> 28 #include <sys/stat.h>
28 #include <fcntl.h> 29 #include <fcntl.h>