diff options
Diffstat (limited to 'Porting/config_H')
-rw-r--r-- | Porting/config_H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Porting/config_H b/Porting/config_H index 130a613529..8657341118 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -2495,6 +2495,16 @@ */ #define INSTALL_USR_BIN_PERL /**/ +/* PERL_OTHERLIBDIRS: + * This variable contains a colon-separated set of paths for the perl + * binary to search for additional library files or modules. + * These directories will be tacked to the end of @INC. + * Perl will automatically search below each path for version- + * and architecture-specific directories. See PERL_INC_VERSION_LIST + * for more details. + */ +/*#define PERL_OTHERLIBDIRS " " / **/ + /* PERL_PRIfldbl: * This symbol, if defined, contains the string used by stdio to * format long doubles (format 'f') for output. |