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 --- config.ami.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.ami.template') diff --git a/config.ami.template b/config.ami.template index c31eea4..d9163c0 100644 --- a/config.ami.template +++ b/config.ami.template @@ -321,6 +321,9 @@ this program. If not, see . */ /* Define if you have the sun library (-lsun). */ /* #undef HAVE_LIBSUN */ +/* Output sync sypport */ +#define NO_OUTPUT_SYNC + /* Define for Case Insensitve behavior */ #define HAVE_CASE_INSENSITIVE_FS -- cgit v1.2.3