X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.h;h=be7c55e88f888a2ac1662ede835808333546bb1f;hb=2fe767453007d1b015f52313d16dc61635085621;hp=2c8a75c510ff95faa3165b8ff1e5fa29945a08c7;hpb=0a49a7a4f1090b6f1ce1d0f9d969804c9226b53e;p=exim.git diff --git a/src/src/exim.h b/src/src/exim.h index 2c8a75c51..be7c55e88 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -462,7 +462,7 @@ requires various things that are set therein. */ #include #endif -#if defined(USE_READLINE) || defined(EXPAND_DLFUNC) +#if defined(USE_READLINE) || defined(EXPAND_DLFUNC) || defined (LOOKUP_MODULE_DIR) #include #endif @@ -533,5 +533,12 @@ default to EDQUOT if it exists, otherwise ENOSPC. */ #endif #endif +/* These are for reporting version information from various componenents, to +figure out what's actually happening. They need to be available to the main +function, so we declare them here. Unfortunate. */ + +#ifdef AUTH_CYRUS_SASL +extern void auth_cyrus_sasl_version_report(FILE *); +#endif /* End of exim.h */