diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-16 20:46:10 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-16 20:46:10 +0000 |
commit | 9d466bf73773017b217fd04f7746543c75da323f (patch) | |
tree | 4b79a435044d54c34d53e85f2c0678c00aac75e6 | |
parent | 5facbeaa3b5497692c2c4852056e08a2454f9437 (diff) |
tidying
-rw-r--r-- | src/src/expand.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/src/expand.c b/src/src/expand.c index 881c5fb2a..e754fbc8c 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -17,22 +17,22 @@ static uschar *expand_string_internal(const uschar *, BOOL, const uschar **, BOO static int_eximarith_t expanded_string_integer(const uschar *, BOOL); #ifdef STAND_ALONE -#ifndef SUPPORT_CRYPTEQ -#define SUPPORT_CRYPTEQ -#endif +# ifndef SUPPORT_CRYPTEQ +# define SUPPORT_CRYPTEQ +# endif #endif #ifdef LOOKUP_LDAP -#include "lookups/ldap.h" +# include "lookups/ldap.h" #endif #ifdef SUPPORT_CRYPTEQ -#ifdef CRYPT_H -#include <crypt.h> -#endif -#ifndef HAVE_CRYPT16 +# ifdef CRYPT_H +# include <crypt.h> +# endif +# ifndef HAVE_CRYPT16 extern char* crypt16(char*, char*); -#endif +# endif #endif /* The handling of crypt16() is a mess. I will record below the analysis of the |