Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / config.h.in
index 3b2499c0ff3f710b6af38e468141e14f90babb5a..3880424c0f62bfc178dda0a985fee3f79695060b 100644 (file)
@@ -19,7 +19,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: config.h.in,v 1.1 2001-05-07 21:21:17 kev Exp $
+ * $Id: config.h.in,v 1.2 2001-06-07 00:29:46 kev Exp $
  */
 
 /* Define to `int' if <sys/types.h> doesn't define.  */
 /* Define if you have the <poll.h> header file.  */
 #undef HAVE_POLL_H
 
+/* Define if you have the <sys/devpoll.h> header file.  */
+#undef HAVE_SYS_DEVPOLL_H
+
+/* Define if you have the <sys/event.h> header file.  */
+#undef HAVE_SYS_EVENT_H
+
 /* Define if you have the nsl library (-lnsl).  */
 #undef HAVE_LIBNSL
 
 /* Force inlining for a few critical functions */
 #undef FORCEINLINE
 
+/* Define to enable the /dev/poll engine */
+#undef USE_DEVPOLL
+
+/* Define to enable the kqueue engine */
+#undef USE_KQUEUE
+
 /* Domain name to be used for some statistics gathering */
 #undef DOMAINNAME