diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-11-30 20:03:18 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-30 20:03:18 +0000 |
| commit | 865c150cb473fca8ff91d60ddd539ac6dbbe02ee (patch) | |
| tree | 1ae51b35fbfaa069adf98db8a4c98887bdd3f9a8 /auto | |
| parent | c2bba092eb07ea5fcd2e2ee987e3a304f755a3c7 (diff) | |
| download | nginx-865c150cb473fca8ff91d60ddd539ac6dbbe02ee.tar.gz nginx-865c150cb473fca8ff91d60ddd539ac6dbbe02ee.tar.bz2 | |
nginx-0.0.1-2003-11-30-23:03:18 import
Diffstat (limited to 'auto')
| -rw-r--r-- | auto/cc | 4 | ||||
| -rw-r--r-- | auto/sources | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,8 @@ case $CC in # debug CFLAGS="$CFLAGS -g" + CFLAGS="$CFLAGS -D HAVE_GCC_VARIADIC_MACROS=1" + OBJEXT=o OBJOUT="-o " BINOUT="-o " @@ -48,6 +50,8 @@ case $CC in # stop on warning CFLAGS="$CFLAGS -Werror" + CFLAGS="$CFLAGS -D HAVE_C99_VARIADIC_MACROS=1" + OBJEXT=o OBJOUT="-o " BINOUT="-o " diff --git a/auto/sources b/auto/sources index f26b9404e..f2f040162 100644 --- a/auto/sources +++ b/auto/sources @@ -14,6 +14,7 @@ CORE_DEPS="src/core/nginx.h \ src/core/ngx_parse.h \ src/core/ngx_inet.h \ src/core/ngx_file.h \ + src/core/ngx_crc.h \ src/core/ngx_regex.h \ src/core/ngx_times.h \ src/core/ngx_connection.h \ |
