diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-08 14:16:59 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-04-08 14:16:59 +0000 |
commit | 835dc977775cbf623226bc819d8c87309aea7151 (patch) | |
tree | 21ba8b3b8e7ef0c56c431bc54febcad4ce9a739e /config_h.SH | |
parent | c9b2b9d4d960a51598189ee80c55769909ce4114 (diff) | |
download | perl-835dc977775cbf623226bc819d8c87309aea7151.tar.gz |
now usesitecustomize is used more generic
p4raw-id: //depot/perl@24210
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 575e19d8f4..fde606b370 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3474,7 +3474,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates that sitecustomize should * be used. */ -#$d_sitecustomize USE_SITECUSTOMIZE /**/ +#$usesitecustomize USE_SITECUSTOMIZE /**/ /* Size_t_size: * This symbol holds the size of a Size_t in bytes. |