summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2005-05-09 12:29:06 -0700
committerAbhijit Menon-Sen <ams@wiw.org>2005-05-10 03:15:34 +0000
commit3e7af0b028c55247e326234d24b117938cf3d169 (patch)
tree1ecc62efaabf085a262b94f40bbd48471fdbdb1c /config_h.SH
parentf54cb97a39f1a5849851e77a33524dfca2644cf5 (diff)
downloadperl-3e7af0b028c55247e326234d24b117938cf3d169.tar.gz
Avoid USE_SITECUSTOMIZE redefined warnings
Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> p4raw-id: //depot/perl@24432
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index c692314ece..da368ceae9 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -3492,7 +3492,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
/* Size_t_size:
* This symbol holds the size of a Size_t in bytes.