diff options
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 1c217c1d97..e76f08ce6b 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2319,7 +2319,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 /* HAS_SNPRINTF: * This symbol, if defined, indicates that the snprintf () library |