From d2d44f76c4d86017ccbe6f70ef6318d71947e6d7 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 21 Sep 2013 17:37:59 -0400 Subject: Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC --- makeint.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'makeint.h') diff --git a/makeint.h b/makeint.h index dac5858..f48c087 100644 --- a/makeint.h +++ b/makeint.h @@ -556,10 +556,6 @@ int strncasecmp (const char *s1, const char *s2, int n); # endif #endif -#ifdef POSIX -# define OUTPUT_SYNC -#endif - #define OUTPUT_SYNC_NONE 0 #define OUTPUT_SYNC_LINE 1 #define OUTPUT_SYNC_TARGET 2 -- cgit v1.2.3