From 9b29bedbc3b43bdca35369879b0d1848e95b9aa5 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Wed, 3 Jul 2013 05:07:05 +0100 Subject: Fix some missing newlines in the config header generator. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index b2dd691e1..e54318112 100755 --- a/configure +++ b/configure @@ -885,9 +885,9 @@ EOF } if ($config{HAS_DEFER} eq "TCP_DEFER_ACCEPT") { - print FILEHANDLE "#define USE_TCP_DEFER_ACCEPT"; + print FILEHANDLE "#define USE_TCP_DEFER_ACCEPT\n"; } elsif ($config{HAS_DEFER} eq "SO_ACCEPTFILTER") { - print FILEHANDLE "#define USE_SO_ACCEPTFILTER" + print FILEHANDLE "#define USE_SO_ACCEPTFILTER\n" } print FILEHANDLE "\n#include \"threadengines/threadengine_pthread.h\"\n"; -- cgit v1.2.3