diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-03-30 14:17:40 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-03-30 14:17:40 +0000 |
commit | 5f106f9c27148e746d86e2ea943381cda96398b4 (patch) | |
tree | b5b5b2284e9a485e91098c04bd6ff90ab91647a6 /config_h.SH | |
parent | cae3d67c6ac216abcbe9b6832a607768c0fe4ccf (diff) | |
download | perl-5f106f9c27148e746d86e2ea943381cda96398b4.tar.gz |
Support for -Dusesitecustomize
p4raw-id: //depot/perl@24104
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 fa9f80de5a..575e19d8f4 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3470,6 +3470,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define SITELIB_EXP "$sitelibexp" /**/ #define SITELIB_STEM "$sitelib_stem" /**/ +/* USE_SITECUSTOMIZE: + * This symbol, if defined, indicates that sitecustomize should + * be used. + */ +#$d_sitecustomize USE_SITECUSTOMIZE /**/ + /* Size_t_size: * This symbol holds the size of a Size_t in bytes. */ |