Initial Commit
This commit is contained in:
51
objs/ngx_auto_headers.h
Normal file
51
objs/ngx_auto_headers.h
Normal file
@@ -0,0 +1,51 @@
|
||||
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user