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

glob support in include
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Oct 2006 08:46:45 +0000
parents f30b1a75fd3b
children 2d47c7f22f7c
comparison
equal deleted inserted replaced
726:7b71936d5299 727:532d15ddbe68
23 #include <string.h> 23 #include <string.h>
24 #include <signal.h> 24 #include <signal.h>
25 #include <pwd.h> 25 #include <pwd.h>
26 #include <grp.h> 26 #include <grp.h>
27 #include <dirent.h> 27 #include <dirent.h>
28 #include <glob.h>
28 29
29 #include <sys/filio.h> /* FIONBIO */ 30 #include <sys/filio.h> /* FIONBIO */
30 #include <sys/uio.h> 31 #include <sys/uio.h>
31 #include <sys/stat.h> 32 #include <sys/stat.h>
32 #include <fcntl.h> 33 #include <fcntl.h>