diff options
Diffstat (limited to 'win32/config_H.gc')
-rw-r--r-- | win32/config_H.gc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc index 56ab22a174..1340061017 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1548,6 +1548,11 @@ */ #define HAS_ACCESS /**/ +/* The HASATTRIBUTE_* defines are left undefined here because they vary from + * one version of GCC to another. Instead, they are defined on the basis of + * the compiler version in <perl.h>. + */ + /* HASATTRIBUTE_FORMAT: * Can we handle GCC attribute for checking printf-style formats */ |