diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-04-03 10:02:37 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-04-03 10:02:37 +0000 |
commit | f3f1a2d8b86b4e98226148e5f6cbaed401f4f44f (patch) | |
tree | 5fba2ce79da231b37ed2a112cf767576f61b3c07 /config_h.SH | |
parent | ad65c0754dcb913eeecdd57abf05d41b6889161b (diff) | |
download | perl-f3f1a2d8b86b4e98226148e5f6cbaed401f4f44f.tar.gz |
Regeneration after backports of #27447, #27484, #27485, #27488,
#27489, #27490, #27491, and #27632
p4raw-id: //depot/perl@27703
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/config_h.SH b/config_h.SH index a0cc5aa892..0004dc8cc3 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1006,8 +1006,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ +/* 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. + */ #define BIN "$bin" /**/ #define BIN_EXP "$binexp" /**/ +#define PERL_RELOCATABLE_INC "$userelocatableinc" /**/ /* INTSIZE: * This symbol contains the value of sizeof(int) so that the C @@ -3692,11 +3697,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * If defined, this symbol contains the name of a private library. * The library is private in the sense that it needn't be in anyone's * execution path, but it should be accessible by the world. - * It may have a ~ on the front. + * It may have a ~ on the front. * The standard distribution will put nothing in this directory. * Vendors who distribute perl may wish to place their own * architecture-dependent modules and extensions in this directory with - * MakeMaker Makefile.PL INSTALLDIRS=vendor + * MakeMaker Makefile.PL INSTALLDIRS=vendor * or equivalent. See INSTALL for details. */ /* PERL_VENDORARCH_EXP: @@ -4097,12 +4102,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$usefaststdio USE_FAST_STDIO /**/ #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. - */ -#define PERL_RELOCATABLE_INC "$userelocatableinc" /**/ - /* HAS_CTERMID_R: * This symbol, if defined, indicates that the ctermid_r routine * is available to ctermid re-entrantly. |