diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-05-10 19:53:35 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-05-10 19:53:35 +0000 |
| commit | 11688f8a53743e41e807aae1179a6d552d87372e (patch) | |
| tree | 736c3ea779a813391ba0acf21e2e2cd08546b8d9 /auto/cc | |
| parent | 5aeeb2dc4687c38386f2440a56f29758a53b5551 (diff) | |
| download | nginx-11688f8a53743e41e807aae1179a6d552d87372e.tar.gz nginx-11688f8a53743e41e807aae1179a6d552d87372e.tar.bz2 | |
nginx-0.0.3-2004-05-10-23:53:35 import
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" |
