]> git.sur5r.net Git - openldap/commitdiff
Remove #undef HAVE_EPOLL accidentally committed in rev 1.316
authorHoward Chu <hyc@openldap.org>
Thu, 1 Sep 2005 23:21:46 +0000 (23:21 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 1 Sep 2005 23:21:46 +0000 (23:21 +0000)
servers/slapd/daemon.c

index 0bdea4dd9e9a3bbe5a9d50d6e372aae9edd03704..814024df74e49cb9f6ec1139ce498090e9c5fc9e 100644 (file)
@@ -40,8 +40,6 @@
 
 #include "ldap_rq.h"
 
-#undef HAVE_EPOLL
-
 #if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL)
 #include <sys/epoll.h>
 #endif