diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 1 | ||||
-rw-r--r-- | win32/config.ce | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 | ||||
-rw-r--r-- | win32/config_H.bc | 6 | ||||
-rw-r--r-- | win32/config_H.ce | 6 | ||||
-rw-r--r-- | win32/config_H.gc | 6 | ||||
-rw-r--r-- | win32/config_H.vc | 6 | ||||
-rw-r--r-- | win32/config_H.vc64 | 6 |
10 files changed, 35 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index d460097e7e..3c0e0237b2 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -126,6 +126,7 @@ d_closedir='define' d_cmsghdr_s='undef' d_const='define' d_copysignl='undef' +d_cplusplus='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' diff --git a/win32/config.ce b/win32/config.ce index d155e889ff..342dc4859a 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -124,6 +124,7 @@ d_closedir='define' d_cmsghdr_s='undef' d_const='define' d_copysignl='undef' +d_cplusplus='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' diff --git a/win32/config.gc b/win32/config.gc index da97c1abae..fd9e2e1c91 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -126,6 +126,7 @@ d_closedir='define' d_cmsghdr_s='undef' d_const='define' d_copysignl='undef' +d_cplusplus='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' diff --git a/win32/config.vc b/win32/config.vc index ec90484884..0a9b61f04c 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -126,6 +126,7 @@ d_closedir='define' d_cmsghdr_s='undef' d_const='define' d_copysignl='undef' +d_cplusplus='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index bcda881865..837a8ebfec 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -126,6 +126,7 @@ d_closedir='define' d_cmsghdr_s='undef' d_const='define' d_copysignl='undef' +d_cplusplus='undef' d_crypt='undef' d_crypt_r='undef' d_csh='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index 166322c9df..c222bd1a66 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -3852,6 +3852,12 @@ */ /*#define HAS_CLEARENV /**/ +/* USE_CPLUSPLUS: + * This symbol, if defined, indicates that a C++ compiler was + * used to compiled Perl and will be used to compile extensions. + */ +/*#define USE_CPLUSPLUS /**/ + /* HAS_COPYSIGNL: * This symbol, if defined, indicates that the copysignl routine is * available. If aintl is also present we can emulate modfl. diff --git a/win32/config_H.ce b/win32/config_H.ce index 9809781f0b..4fecfa8309 100644 --- a/win32/config_H.ce +++ b/win32/config_H.ce @@ -3837,6 +3837,12 @@ */ /*#define HAS_COPYSIGNL /**/ +/* USE_CPLUSPLUS: + * This symbol, if defined, indicates that a C++ compiler was + * used to compiled Perl and will be used to compile extensions. + */ +/*#define USE_CPLUSPLUS /**/ + /* HAS_DBMINIT_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the dbminit() function. Otherwise, it is up diff --git a/win32/config_H.gc b/win32/config_H.gc index c28f1a41db..5b0b00bb7d 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -3888,6 +3888,12 @@ */ /*#define HAS_COPYSIGNL /**/ +/* USE_CPLUSPLUS: + * This symbol, if defined, indicates that a C++ compiler was + * used to compiled Perl and will be used to compile extensions. + */ +/*#define USE_CPLUSPLUS /**/ + /* HAS_DBMINIT_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the dbminit() function. Otherwise, it is up diff --git a/win32/config_H.vc b/win32/config_H.vc index f394791096..70456bafc5 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -3885,6 +3885,12 @@ */ /*#define HAS_COPYSIGNL /**/ +/* USE_CPLUSPLUS: + * This symbol, if defined, indicates that a C++ compiler was + * used to compiled Perl and will be used to compile extensions. + */ +/*#define USE_CPLUSPLUS /**/ + /* HAS_DBMINIT_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the dbminit() function. Otherwise, it is up diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 82beceb1d3..8637aff035 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -3858,6 +3858,12 @@ */ /*#define HAS_COPYSIGNL /**/ +/* USE_CPLUSPLUS: + * This symbol, if defined, indicates that a C++ compiler was + * used to compiled Perl and will be used to compile extensions. + */ +/*#define USE_CPLUSPLUS /**/ + /* HAS_DBMINIT_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the dbminit() function. Otherwise, it is up |