diff options
Diffstat (limited to 'auto/cc')
-rw-r--r-- | auto/cc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -241,7 +241,7 @@ case $CC in wcl386) - # Open Watcom 1.0 + # Open Watcom C 1.0 # optimization @@ -295,6 +295,9 @@ case $CC in # quiet CFLAGS="$CFLAGS -zq" + # Open Watcom C 1.2 + have=HAVE_C99_VARIADIC_MACROS . auto/have + # precompiled headers CORE_DEPS="$CORE_DEPS $OBJS\\ngx_config.pch" PCH="$OBJS\\ngx_config.pch" |