diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2006-11-27 19:36:29 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-28 14:59:03 +0000 |
commit | 428eed4a3c021dd32b21fe7b786a478613c6dcc3 (patch) | |
tree | b21ea6b198f4f36df27cdccd793690903d9e8d10 /config_h.SH | |
parent | 9331e88fec8adcad7b90a706da0720fa58b85bac (diff) | |
download | perl-428eed4a3c021dd32b21fe7b786a478613c6dcc3.tar.gz |
OS/2 compilation fixes by Ilya
Subject: [PATCH 5.8.8] Build on OS/2
Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu>
p4raw-id: //depot/perl@29407
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 1dff08e939..9593b215bf 100644 --- a/config_h.SH +++ b/config_h.SH @@ -4054,6 +4054,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 |