From: Jan Dubois Date: Mon, 9 May 2005 19:29:06 +0000 (-0700) Subject: Avoid USE_SITECUSTOMIZE redefined warnings X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e7af0b028c55247e326234d24b117938cf3d169;p=p5sagit%2Fp5-mst-13.2.git Avoid USE_SITECUSTOMIZE redefined warnings Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> p4raw-id: //depot/perl@24432 --- diff --git a/config_h.SH b/config_h.SH index c692314..da368ce 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3492,7 +3492,9 @@ sed <$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 /* Size_t_size: * This symbol holds the size of a Size_t in bytes.