X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=config.h.in;h=03167a8ca4b868d0d7c398cc98e651316b4f48ae;hb=aec8ef1ce79fb9cb0b12a07a2b156f91e5a6d68f;hp=570d7348567931526a7bfdd0bacfad0c8ab28473;hpb=1deac559c3a369ab25efbd3c0fd13b3f296cb070;p=ircu2.10.12-pk.git diff --git a/config.h.in b/config.h.in index 570d734..03167a8 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 + * 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,9 +19,12 @@ * 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.9 2004-09-11 23:32:05 entrope Exp $ + * $Id: config.h.in,v 1.10 2004-09-19 12:19:30 shad0w Exp $ */ +/* Define if you have the setrlimit function */ +#undef HAVE_SETRLIMIT + /* Define one of these, depending on wether you have * POSIX, BSD or SYSV non-blocking stuff */ @@ -40,8 +43,15 @@ * of respecitvely 2 and 4 bytes in size, when not already * defined in , or */ -#undef uint16_t -#undef uint32_t +#undef u_int16_t +#undef u_int32_t + +/* 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! @@ -72,9 +82,25 @@ /* Define to be the maximum number of network connections */ #undef MAXCONNECTIONS + +/* Configuration file name */ +#undef CPATH + +/* Enable debugging code */ +#undef DEBUGMODE + +/* Domain name to be used for some statistics gathering */ +#undef DOMAINNAME + +/* Path to data directory */ +#undef DPATH + /* Define to implement epoll system calls */ #undef EPOLL_NEED_BODY +/* Force inlining for a few critical functions */ +#undef FORCEINLINE + /* Define to 1 if you have the header file. */ #undef HAVE_CRYPT_H @@ -130,6 +156,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_EVENT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_SOCKET_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -151,6 +183,33 @@ /* Define if we have __va_copy */ #undef HAVE___VA_COPY +/* Enable IPv6 support */ +#undef IPV6 + +/* Path to debugging log file */ +#undef LPATH + +/* Maximum number of network connections */ +#undef MAXCONNECTIONS + +/* Disable assertions */ +#undef NDEBUG + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT @@ -163,6 +222,9 @@ /* The size of a `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P +/* Path to executable for restarts */ +#undef SPATH + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -188,6 +250,10 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#undef YYTEXT_POINTER + /* Define to `int' if doesn't define. */ #undef gid_t @@ -200,13 +266,15 @@ /* Define to `unsigned' if does not define. */ #undef size_t -/* Define to `int' if doesn't define. */ -#undef uid_t - /* Define to `unsigned int' if does not define. */ #undef socklen_t -/* Define if you want IPv6 support. */ -#undef IPV6 +/* Define to `unsigned short' if does not define. */ +#undef u_int16_t + +/* Define to `unsigned long' if does not define. */ +#undef u_int32_t +/* Define to `int' if doesn't define. */ +#undef uid_t #endif /* INCLUDED_config_h */