git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5facbea
)
tidying
author
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 16 Nov 2017 20:46:10 +0000
(20:46 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 16 Nov 2017 20:46:10 +0000
(20:46 +0000)
src/src/expand.c
patch
|
blob
|
history
diff --git
a/src/src/expand.c
b/src/src/expand.c
index 881c5fb2a55416bc22ffc895f9f9f5bb34d29dad..e754fbc8cd3c8d25531153754cf8ed66032539bb 100644
(file)
--- 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
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
#endif
#ifdef LOOKUP_LDAP
-#include "lookups/ldap.h"
+#
include "lookups/ldap.h"
#endif
#ifdef SUPPORT_CRYPTEQ
#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*);
extern char* crypt16(char*, char*);
-#endif
+#
endif
#endif
/* The handling of crypt16() is a mess. I will record below the analysis of the
#endif
/* The handling of crypt16() is a mess. I will record below the analysis of the