diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 8 | ||||
-rw-r--r-- | win32/config.gc | 8 | ||||
-rw-r--r-- | win32/config.vc | 8 | ||||
-rw-r--r-- | win32/config.vc64 | 8 |
4 files changed, 28 insertions, 4 deletions
diff --git a/win32/config.bc b/win32/config.bc index fe78757317..5434b33cc7 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -99,7 +99,13 @@ d_archlib='define' d_asctime_r='undef' d_atolf='undef' d_atoll='undef' -d_attribut='undef' +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef' d_bcmp='undef' d_bcopy='undef' d_bsd='define' diff --git a/win32/config.gc b/win32/config.gc index d1432dda85..f86a4a537e 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -99,7 +99,13 @@ d_archlib='define' d_asctime_r='undef' d_atolf='undef' d_atoll='undef' -d_attribut='define' +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef' d_bcmp='undef' d_bcopy='undef' d_bsd='define' diff --git a/win32/config.vc b/win32/config.vc index 0eeb4b7c9d..0baf3f54cf 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -99,7 +99,13 @@ d_archlib='define' d_asctime_r='undef' d_atolf='undef' d_atoll='undef' -d_attribut='undef' +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef' d_bcmp='undef' d_bcopy='undef' d_bsd='define' diff --git a/win32/config.vc64 b/win32/config.vc64 index c2548f1d0e..c45b6bf987 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -99,7 +99,13 @@ d_archlib='define' d_asctime_r='undef' d_atolf='undef' d_atoll='define' -d_attribut='undef' +d_attribute_format='undef' +d_attribute_malloc='undef' +d_attribute_nonnull='undef' +d_attribute_noreturn='undef' +d_attribute_pure='undef' +d_attribute_unused='undef' +d_attribute_warn_unused_result='undef' d_bcmp='undef' d_bcopy='undef' d_bsd='define' |