diff options
author | Jan Dubois <jand@activestate.com> | 2006-03-10 10:21:39 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-03-11 11:03:55 +0000 |
commit | 85a556a55972fa9231f9b89742f002ffae39d10a (patch) | |
tree | 5b79594a490a005e3cc30f8b2d4069dec8e741ef /config_h.SH | |
parent | 33b5f13c2468a991d2b495f02a62b59163be82af (diff) | |
download | perl-85a556a55972fa9231f9b89742f002ffae39d10a.tar.gz |
Reapply change 24432
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
p4raw-id: //depot/perl@27473
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 1c217c1d97..e76f08ce6b 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2319,7 +2319,9 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates that sitecustomize should * be used. */ +#ifndef USE_SITECUSTOMIZE #$usesitecustomize USE_SITECUSTOMIZE /**/ +#endif /* HAS_SNPRINTF: * This symbol, if defined, indicates that the snprintf () library |