comparison src/os/unix/ngx_linux_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
25 #include <string.h> 25 #include <string.h>
26 #include <signal.h> 26 #include <signal.h>
27 #include <pwd.h> 27 #include <pwd.h>
28 #include <grp.h> 28 #include <grp.h>
29 #include <dirent.h> 29 #include <dirent.h>
30 #include <glob.h>
30 31
31 #include <sys/uio.h> 32 #include <sys/uio.h>
32 #include <sys/stat.h> 33 #include <sys/stat.h>
33 #include <fcntl.h> 34 #include <fcntl.h>
34 35