Fix ${readsocket } eol-replacement. Bug 2630
[exim.git] / src / src / macros.h
index 4c5279f0a0731c8d0bc45957d83e9c0dd1457b5c..baac435ec0d0efe18a7fec2f7572d822889711a6 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