Avoid USE_SITECUSTOMIZE redefined warnings
authorJan Dubois <jand@activestate.com>
Mon, 9 May 2005 19:29:06 +0000 (12:29 -0700)
committerAbhijit Menon-Sen <ams@wiw.org>
Tue, 10 May 2005 03:15:34 +0000 (03:15 +0000)
Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>

p4raw-id: //depot/perl@24432

config_h.SH

index c692314..da368ce 100644 (file)
@@ -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.