git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5d88d
)
Fix means for building dlfunc routines, more
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 11 Nov 2019 15:18:50 +0000
(15:18 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 11 Nov 2019 15:18:50 +0000
(15:18 +0000)
src/src/string.c
patch
|
blob
|
history
diff --git
a/src/src/string.c
b/src/src/string.c
index 007ec877ef5d1c491527e210ab2b8e778ab283ba..a208070547ea8706d49bcf15632d4a6e719f7621 100644
(file)
--- a/
src/src/string.c
+++ b/
src/src/string.c
@@
-411,7
+411,8
@@
return ss;
-#if defined(HAVE_LOCAL_SCAN) && !defined(MACRO_PREDEF) && !defined(COMPILE_UTILITY)
+#if (defined(HAVE_LOCAL_SCAN) || defined(EXPAND_DLFUNC)) \
+ && !defined(MACRO_PREDEF) && !defined(COMPILE_UTILITY)
/*************************************************
* Copy and save string *
*************************************************/