diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 14:12:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-25 14:12:34 +0000 |
commit | a3635516d37f70bc16a39bf453a8d19cc1f3181b (patch) | |
tree | 5dda19457eaef39719b2571ee3bb3e42509c9440 /config_h.SH | |
parent | b233458bd1d5037ce4bbbb41fb513e1b68522a4d (diff) | |
download | perl-a3635516d37f70bc16a39bf453a8d19cc1f3181b.tar.gz |
Use vendorprefixlib.
p4raw-id: //depot/cfgperl@3737
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 6108e7182a..405f896697 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1502,6 +1502,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define SITELIB "$sitelib" /**/ #define SITELIB_EXP "$sitelibexp" /**/ +/* PERL_VENDORLIB_EXP: + * This symbol contains the ~name expanded version of VENDORLIB, to be used + * in programs that are not prepared to deal with ~ expansion at run-time. + */ +#$d_vendorlib PERL_VENDORLIB_EXP "$vendorlibexp" /**/ + /* OSNAME: * This symbol contains the name of the operating system, as determined * by Configure. You shouldn't rely on it too much; the specific |