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 --- output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'output.h') diff --git a/output.h b/output.h index 5fef436..e0d5daa 100644 --- a/output.h +++ b/output.h @@ -44,7 +44,7 @@ void output_start (void); /* Show a message on stdout or stderr. Will start the output if needed. */ void outputs (int is_err, const char *msg); -#ifdef OUTPUT_SYNC +#ifndef NO_OUTPUT_SYNC int output_tmpfd (void); /* Dump any child output content to stdout, and reset it. */ void output_dump (struct output *out); -- cgit v1.2.3