X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=configure;h=428328e424858ea9c55b730725ab5f3fc765d9ff;hb=d7f97fcb2b8380330aa6fafbf61fc6c9d1b0d4c4;hp=36bee81ade6f30e6dc04a1cbbd8004cbc1148f26;hpb=2304a0ffaf207362b3429f4adca1756d37510fd7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/configure b/configure index 36bee81ad..428328e42 100755 --- a/configure +++ b/configure @@ -64,8 +64,9 @@ if ($arg eq "-update") { } } - +print "Checking for cache from previous configure...\n"; getcache(); +print "Checking operating system version...\n"; getosflags(); if (!$config{MAX_CLIENT}) { @@ -75,6 +76,7 @@ if (!$config{MAX_CLIENT}) { $config{MAX_CLIENT} = $config{MAX_CLIENT_T}; } +printf "Checking if strlcpy exists... "; # Perform the strlcpy() test.. $config{HAS_STRLCPY} = "false"; my $fail = 0; @@ -92,7 +94,10 @@ if (!$fail) } close(STRLCPY); } +print "yes\n" if $config{HAS_STRLCPY} eq "true"; +print "no\n" if $config{HAS_STRLCPY} eq "false"; +printf "Checking if kqueue exists... "; $has_kqueue = 0; $fail = 0; open(KQUEUE, "