X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=config.h.in;fp=config.h.in;h=183f48ade298b8d850d736a38f65b1f22c791849;hb=f4cd3c57bbc0f94cd871d188f47d01fd291b53a7;hp=390526fcbb7656f160d3c5aa1a0340e06359b13e;hpb=897d18057827682f6cb069118e151c9a293cf3bb;p=ircu2.10.12-pk.git diff --git a/config.h.in b/config.h.in index 390526f..183f48a 100644 --- a/config.h.in +++ b/config.h.in @@ -2,7 +2,7 @@ #ifndef INCLUDED_config_h #define INCLUDED_config_h /* - * IRC - Internet Relay Chat, config.h.in + * IRC - Internet Relay Chat, acconfig.h * Copyright (C) 2000 Kevin L. Mitchell * * This program is free software; you can redistribute it and/or modify @@ -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.3 2002-03-07 22:52:56 ghostwolf Exp $ + * $Id: config.h.in,v 1.4 2002-03-28 15:10:21 kev Exp $ */ /* Define to `int' if doesn't define. */ @@ -81,6 +81,18 @@ /* The number of bytes in a void *. */ #undef SIZEOF_VOID_P +/* Define if you have the getrusage function. */ +#undef HAVE_GETRUSAGE + +/* Define if you have the kqueue function. */ +#undef HAVE_KQUEUE + +/* Define if you have the setrlimit function. */ +#undef HAVE_SETRLIMIT + +/* Define if you have the times function. */ +#undef HAVE_TIMES + /* Define if you have the header file. */ #undef HAVE_POLL_H