X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/92562f63be6fae2526d68171d60bf87027551f88..df92b047912b261858e0368cbbc435aa05c4c98d:/src/src/mytypes.h diff --git a/src/src/mytypes.h b/src/src/mytypes.h index 6d2f169b7..a3496a298 100644 --- a/src/src/mytypes.h +++ b/src/src/mytypes.h @@ -124,7 +124,7 @@ functions that are called quite often; for other calls to external libraries #define Ustrtoul(s,t,b) strtoul(CCS(s),CSS(t),b) #define Uunlink(s) unlink(CCS(s)) -#ifdef EM_VERSION_C +#if defined(EM_VERSION_C) || defined(LOCAL_SCAN) || defined(DLFUNC_IMPL) # define Ustrcat(s,t) strcat(CS(s), CCS(t)) # define Ustrcpy(s,t) strcpy(CS(s), CCS(t)) # define Ustrncat(s,t,n) strncat(CS(s), CCS(t), n)