diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-29 15:32:17 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-29 15:32:17 +0000 |
commit | 33fce22c17e4d84e19459498605cdb98ccf649a5 (patch) | |
tree | 489ea305e89911f0c0f8fab4ded5e3b561f6ad3c /config_h.SH | |
parent | 7ee27b7c84480663d7064ae42f2ae865d6e36170 (diff) | |
download | perl-33fce22c17e4d84e19459498605cdb98ccf649a5.tar.gz |
Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
unintendedly removed by patch #23435
p4raw-id: //depot/perl@24355
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 8be7b54a21..c692314ece 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3331,6 +3331,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #define Pid_t $pidtype /* PID type */ +/* INSTALL_PREFIX: + * This symbol contains the "root" of installation tree for this package. + * The program should be prepared to do ~ expansion. + */ +/* INSTALL_PREFIX_EXP: + * This symbol contains the "root" of installation tree for this package + * to be used in programs that are not prepared to deal with ~ expansion + * at run-time. + */ +#define INSTALL_PREFIX "$installprefix" /**/ +#define INSTALL_PREFIX_EXP "$installprefixexp" /**/ + /* PRIVLIB: * This symbol contains the name of the private library for this package. * The library is private in the sense that it needn't be in anyone's |