diff options
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Porting/config_H b/Porting/config_H index f07eb4877e..51e86b1a20 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -3869,6 +3869,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 |