Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-20 20:36:43 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-11-20 20:36:43 +0300
commit1ef225254ef3f7fc5470289bdeabad2e31507d55 (patch)
tree5a11f95ce27d89ff01dbd75305fe5dd41857ad4f /auto/configure
parentbb6ec8c9fd4d23848ac3dddb1296d8fac5c99da8 (diff)
nginx-0.0.1-2003-11-20-20:36:43 import
Diffstat (limited to 'auto/configure')
-rwxr-xr-xauto/configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/auto/configure b/auto/configure
index c30b52d10..8b182d95c 100755
--- a/auto/configure
+++ b/auto/configure
@@ -4,6 +4,20 @@ CPP='cc -E'
echo > ngx_auto_config.h
+NGX_TYPE="long"; . auto/types/sizeof; NGX_MAX_LONG=$NGX_MAX_SIZE
+NGX_FORMATS="l"; . auto/fmt/fmt
+
+
+NGX_TYPE="long long"; . auto/types/sizeof; NGX_MAX_LONG_LONG=$NGX_MAX_SIZE
+NGX_FORMATS="ll q"; . auto/fmt/fmt
+
+#NGX_TYPE="__int64_t"; . auto/types/typedef; NGX_TIME_T_FMT=$NGX_FMT
+
+#NGX_TYPE="time_t"; . auto/types/typedef; NGX_TIME_T_FMT=$NGX_FMT
+
+
+#exit
+
. auto/types/time_t
. auto/types/uint64_t