blob: 1107504a7e4690738df541f2fba5135fa41358d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* auto/headers */
#define NGX_HAVE_UNISTD_H 1
#define NGX_HAVE_INTTYPES_H 1
#define NGX_HAVE_LIMITS_H 1
#define NGX_HAVE_SYS_PARAM_H 1
#define NGX_HAVE_SYS_MOUNT_H 1
#define NGX_HAVE_SYS_STATVFS_H 1
#define NGX_HAVE_CRYPT_H 1
/* auto/os/linux */
#define NGX_LINUX 1
#define NGX_HAVE_SYS_PRCTL_H 1
#define NGX_HAVE_SYS_VFS_H 1
|