comparison src/os/unix/ngx_posix_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 0d57c150115b
comparison
equal deleted inserted replaced
726:7b71936d5299 727:532d15ddbe68
35 #include <string.h> 35 #include <string.h>
36 #include <signal.h> 36 #include <signal.h>
37 #include <pwd.h> 37 #include <pwd.h>
38 #include <grp.h> 38 #include <grp.h>
39 #include <dirent.h> 39 #include <dirent.h>
40 #include <glob.h>
40 41
41 #if (NGX_HAVE_SYS_FILIO_H) 42 #if (NGX_HAVE_SYS_FILIO_H)
42 #include <sys/filio.h> /* FIONBIO */ 43 #include <sys/filio.h> /* FIONBIO */
43 #endif 44 #endif
44 #include <sys/ioctl.h> /* FIONBIO */ 45 #include <sys/ioctl.h> /* FIONBIO */