Change 27473 by [EMAIL PROTECTED] on 2006/03/11 11:03:55
Subject: [PATCH] Reapply change 24432
From: "Jan Dubois" <[EMAIL PROTECTED]>
Date: Fri, 10 Mar 2006 18:21:39 -0800
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/config_h.SH#313 edit
Differences ...
==== //depot/perl/config_h.SH#313 (text) ====
Index: perl/config_h.SH
--- perl/config_h.SH#312~27410~ 2006-03-08 00:10:25.000000000 -0800
+++ perl/config_h.SH 2006-03-11 03:03:55.000000000 -0800
@@ -2319,7 +2319,9 @@
* 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
End of Patch.