1234567891011121314151617181920 |
- --- nginx-1.5.3.orig/auto/cc/conf 2013-07-30 15:27:55.000000000 +0200
- +++ nginx-1.5.3/auto/cc/conf 2013-08-20 09:50:31.872042697 +0200
- @@ -155,7 +155,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
- else
- ngx_feature="C99 variadic macros"
- ngx_feature_name="NGX_HAVE_C99_VARIADIC_MACROS"
- - ngx_feature_run=yes
- + ngx_feature_run=no
- ngx_feature_incs="#include <stdio.h>
- #define var(dummy, ...) sprintf(__VA_ARGS__)"
- ngx_feature_path=
- @@ -169,7 +169,7 @@ if [ "$NGX_PLATFORM" != win32 ]; then
-
- ngx_feature="gcc variadic macros"
- ngx_feature_name="NGX_HAVE_GCC_VARIADIC_MACROS"
- - ngx_feature_run=yes
- + ngx_feature_run=no
- ngx_feature_incs="#include <stdio.h>
- #define var(dummy, args...) sprintf(args)"
- ngx_feature_path=
|