diff options
Diffstat (limited to 'plan9/config_h.sample')
-rw-r--r-- | plan9/config_h.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plan9/config_h.sample b/plan9/config_h.sample index cd32c8dd6d..5709812049 100644 --- a/plan9/config_h.sample +++ b/plan9/config_h.sample @@ -3776,6 +3776,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 |