Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / acconfig.h
index 2d0fcf40492dc58c9b9d159c8f9c22ad5c908d63..5b6d248e36d5bb0a96e2cc61330fada62fc00016 100644 (file)
 
 /* Define to force the poll() function to be used */
 #undef USE_POLL
+/* Define to enable the /dev/poll engine */
+#undef USE_DEVPOLL
+/* Define to enable the kqueue engine */
+#undef USE_KQUEUE
 
 /* Define to enable various debugging code in the server; DO NOT USE
  * THIS ON PRODUCTION SERVERS ON PAIN OF DELINKING!