mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
13 lines
136 B
Plaintext
Executable File
13 lines
136 B
Plaintext
Executable File
|
|
CC=cc
|
|
CPP='cc -E'
|
|
|
|
echo > ngx_auto_config.h
|
|
|
|
. auto/types/time_t
|
|
|
|
. auto/types/uint64_t
|
|
. auto/types/uintptr_t
|
|
|
|
. auto/types/socklen_t
|