mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Fix some missing newlines in the config header generator.
This commit is contained in:
parent
b68816b1fd
commit
9b29bedbc3
4
configure
vendored
4
configure
vendored
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user