diff options
Diffstat (limited to 'plan9/config.plan9')
-rw-r--r-- | plan9/config.plan9 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9 index 94d0a12cd4..d7feada49b 100644 --- a/plan9/config.plan9 +++ b/plan9/config.plan9 @@ -3831,6 +3831,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 |