Fix ${readsocket } eol-replacement. Bug 2630
[exim.git] / src / src / macros.h
index a507bbf836914a316544b879d0a0d4b1e2892a4f..2378773cb2517115b77b3f05affb4ed01bad72e1 100644 (file)
@@ -41,9 +41,11 @@ manipulate them. */
 
 
 /* For almost all calls to convert things to printing characters, we want to
-allow tabs. A macro just makes life a bit easier. */
+allow tabs & spaces. A macro just makes life a bit easier. */
 
-#define string_printing(s) string_printing2((s), TRUE)
+#define string_printing(s) string_printing2((s), 0)
+#define SP_TAB         BIT(0)
+#define SP_SPACE       BIT(1)
 
 
 /* We need a special return code for "no recipients and failed to send an error