mirror of https://github.com/syswonder/rux-nginx
52 lines
657 B
C
Executable File
52 lines
657 B
C
Executable File
|
|
|
|
#ifndef NGX_HAVE_UNISTD_H
|
|
#define NGX_HAVE_UNISTD_H 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_HAVE_INTTYPES_H
|
|
#define NGX_HAVE_INTTYPES_H 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_HAVE_LIMITS_H
|
|
#define NGX_HAVE_LIMITS_H 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_HAVE_SYS_PARAM_H
|
|
#define NGX_HAVE_SYS_PARAM_H 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_HAVE_SYS_MOUNT_H
|
|
#define NGX_HAVE_SYS_MOUNT_H 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_HAVE_SYS_STATVFS_H
|
|
#define NGX_HAVE_SYS_STATVFS_H 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_HAVE_CRYPT_H
|
|
#define NGX_HAVE_CRYPT_H 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_LINUX
|
|
#define NGX_LINUX 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_HAVE_SYS_PRCTL_H
|
|
#define NGX_HAVE_SYS_PRCTL_H 1
|
|
#endif
|
|
|
|
|
|
#ifndef NGX_HAVE_SYS_VFS_H
|
|
#define NGX_HAVE_SYS_VFS_H 1
|
|
#endif
|
|
|