From 865c150cb473fca8ff91d60ddd539ac6dbbe02ee Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 30 Nov 2003 20:03:18 +0000 Subject: nginx-0.0.1-2003-11-30-23:03:18 import --- auto/cc | 4 ++++ auto/sources | 1 + 2 files changed, 5 insertions(+) (limited to 'auto') diff --git a/auto/cc b/auto/cc index 06f7413df..1aadae34f 100644 --- a/auto/cc +++ b/auto/cc @@ -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 \ -- cgit