Added vampires Lazy Link patches, and uh, where'd the template go?
[ircu2.10.12-pk.git] / acconfig.h
index 2d0fcf40492dc58c9b9d159c8f9c22ad5c908d63..3ad4e1f020ec551ab4eeb483edeee887cf5beee8 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef INCLUDED_config_h
 #define INCLUDED_config_h
 /*
- * IRC - Internet Relay Chat, include/config.h
+ * IRC - Internet Relay Chat, acconfig.h
  * Copyright (C) 2000 Kevin L. Mitchell <klmitch@mit.edu>
  *
  * This program is free software; you can redistribute it and/or modify
 
 /* 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!