X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=3880424c0f62bfc178dda0a985fee3f79695060b;hb=fda30451cac5936729c683d38a700f4928812c6f;hp=3b2499c0ff3f710b6af38e468141e14f90babb5a;hpb=73b227d6b3e2c89d655e23aedf9a318bc192212b;p=ircu2.10.12-pk.git diff --git a/config.h.in b/config.h.in index 3b2499c..3880424 100644 --- a/config.h.in +++ b/config.h.in @@ -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 doesn't define. */ @@ -84,6 +84,12 @@ /* Define if you have the header file. */ #undef HAVE_POLL_H +/* Define if you have the header file. */ +#undef HAVE_SYS_DEVPOLL_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_EVENT_H + /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL @@ -102,6 +108,12 @@ /* 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