diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-12-23 21:38:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-12-23 21:38:59 +0000 |
commit | 88fe16b231aae255ffd6ec9561af9af9f6edf830 (patch) | |
tree | b6af595c0746525fa76d62e9c9f4d510ef2e5a4b /config_h.SH | |
parent | 61f8421a3d7b1939452060412f2889c378aae8ed (diff) | |
download | perl-88fe16b231aae255ffd6ec9561af9af9f6edf830.tar.gz |
Relocatable @INC entries for Unix.
(With appropriate fixups in Config.pm to complete the illusion)
Currently can only be enabled with hackery to config.sh
TODO - proper Configure support, and support for otherlibdirs in
Config.pm
p4raw-id: //depot/perl@23674
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 472b5d4090..fa9f80de5a 100644 --- a/config_h.SH +++ b/config_h.SH @@ -982,6 +982,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define MEM_ALIGNBYTES $alignbytes #endif +/* PERL_RELOCATABLE_INC: + * This symbol, if defined, indicates that we'd like to relocate entries + * in @INC at run time based on the location of the perl binary. + */ +#$userelocatableinc PERL_RELOCATABLE_INC /**/ + /* ARCHLIB: * This variable, if defined, holds the name of the directory in * which the user wants to put architecture-dependent public |