]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
extras/m_ldapauth: CIDR-based whitelisting
[user/henk/code/inspircd.git] / configure
index e141f79692a4d8821cc7a1d059337b3f0af64ece..721505fcc95ec5615b04d99e72c591d281c19d89 100755 (executable)
--- a/configure
+++ b/configure
@@ -871,6 +871,9 @@ print FILEHANDLE "#define MAXBUF " . ($config{MAXBUF}+2) . "\n";
                if ($config{HAS_EVENTFD} eq 'true') {
                        print FILEHANDLE "#define HAS_EVENTFD\n";
                }
+               if ($config{OSNAME} !~ /DARWIN/i) {
+                       print FILEHANDLE "#define HAS_CLOCK_GETTIME\n";
+               }
                my $use_hiperf = 0;
                if (($has_kqueue) && ($config{USE_KQUEUE} eq "y")) {
                        print FILEHANDLE "#define USE_KQUEUE\n";