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 --- configh.dos.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configh.dos.template') diff --git a/configh.dos.template b/configh.dos.template index 63af880..797e234 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -100,8 +100,8 @@ this program. If not, see . */ /* Define to the version of this package. */ #define PACKAGE_VERSION "%VERSION%" -/* Define to 1 if the C compiler supports function prototypes. */ -#define PROTOTYPES 1 +/* Output sync sypport */ +#define NO_OUTPUT_SYNC /* Version number of package */ #define VERSION "%VERSION%" -- cgit v1.2.3