diff options
| author | Michael Forney <mforney@mforney.org> | 2017-04-14 13:16:48 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-04-14 13:16:48 -0700 |
| commit | ca5a01f8b2eb03f962439af959c8e913e4986d25 (patch) | |
| tree | 9f79a5a1b880637b820d63d7ea7868553c9b04a5 /pkg/nginx/ngx_auto_headers.h | |
| parent | 42568142cd2ae0322e92c348f366108792fc8571 (diff) | |
nginx: Update to 1.12.0
Diffstat (limited to 'pkg/nginx/ngx_auto_headers.h')
| -rw-r--r-- | pkg/nginx/ngx_auto_headers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/nginx/ngx_auto_headers.h b/pkg/nginx/ngx_auto_headers.h index 5c8661e2..1107504a 100644 --- a/pkg/nginx/ngx_auto_headers.h +++ b/pkg/nginx/ngx_auto_headers.h @@ -1,3 +1,4 @@ +/* auto/headers */ #define NGX_HAVE_UNISTD_H 1 #define NGX_HAVE_INTTYPES_H 1 #define NGX_HAVE_LIMITS_H 1 @@ -5,6 +6,8 @@ #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 |
