summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2013-07-03 05:07:05 +0100
committerPeter Powell <petpow@saberuk.com>2013-07-04 15:51:11 +0100
commit9b29bedbc3b43bdca35369879b0d1848e95b9aa5 (patch)
tree534eb26016b7941d5488d8cee65eae2dbb9574dc /configure
parentb68816b1fd17c46a2c62875bc487d0cd562a8bbb (diff)
Fix some missing newlines in the config header generator.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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";