projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54cb97
)
Avoid USE_SITECUSTOMIZE redefined warnings
author
Jan Dubois
<jand@activestate.com>
Mon, 9 May 2005 19:29:06 +0000
(12:29 -0700)
committer
Abhijit 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
patch
|
blob
|
history
diff --git
a/config_h.SH
b/config_h.SH
index
c692314
..
da368ce
100644
(file)
--- 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.