/* config.h.in. Generated from configure.in by autoheader. */ #ifndef INCLUDED_config_h #define INCLUDED_config_h /* * IRC - Internet Relay Chat * Copyright (C) 2000 Kevin L. Mitchell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * 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 $ */ /* Define one of these, depending on wether you have * POSIX, BSD or SYSV non-blocking stuff */ #undef NBLOCK_POSIX #undef NBLOCK_BSD #undef NBLOCK_SYSV /* Define on of these, depending on wether you have * POSIX, BSD or SYSV signal handling */ #undef POSIX_SIGNALS #undef BSD_RELIABLE_SIGNALS #undef SYSV_UNRELIABLE_SIGNALS /* Define these to be unsigned integral internal types, * of respecitvely 2 and 4 bytes in size, when not already * defined in , or */ #undef uint16_t #undef uint32_t /* Define to enable various debugging code in the server; DO NOT USE * THIS ON PRODUCTION SERVERS ON PAIN OF DELINKING! */ #undef DEBUGMODE /* Define this to DISable various assertion checking statements */ #undef NDEBUG /* Define to force certain critical functions to be inlined */ #undef FORCEINLINE /* Define to be the local domain name for some statics gathering */ #undef DOMAINNAME /* Define to be the name of the executable to be executed on /restart */ #undef SPATH /* Define to be the path to the data directory */ #undef DPATH /* Define to be the name of the configuration file */ #undef CPATH /* Define to be the name of the debugging log file */ #undef LPATH /* Define to be the maximum number of network connections */ #undef MAXCONNECTIONS /* Define to implement epoll system calls */ #undef EPOLL_NEED_BODY /* Define to 1 if you have the header file. */ #undef HAVE_CRYPT_H /* Define to 1 if you have the `getrusage' function. */ #undef HAVE_GETRUSAGE /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `kqueue' function. */ #undef HAVE_KQUEUE /* Define to 1 if you have the `nsl' library (-lnsl). */ #undef HAVE_LIBNSL /* Define to 1 if you have the `resolv' library (-lresolv). */ #undef HAVE_LIBRESOLV /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_POLL_H /* Define to 1 if system calls automatically restart after interruption by a signal. */ #undef HAVE_RESTARTABLE_SYSCALLS /* Define to 1 if you have the `setrlimit' function. */ #undef HAVE_SETRLIMIT /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_DEVPOLL_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_EPOLL_H /* 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_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the `times' function. */ #undef HAVE_TIMES /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define if we have va_copy */ #undef HAVE_VA_COPY /* Define if we have __va_copy */ #undef HAVE___VA_COPY /* The size of a `int', as computed by sizeof. */ #undef SIZEOF_INT /* The size of a `long', as computed by sizeof. */ #undef SIZEOF_LONG /* The size of a `short', as computed by sizeof. */ #undef SIZEOF_SHORT /* The size of a `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME /* Define to enable the /dev/poll engine */ #undef USE_DEVPOLL /* Define to enable the epoll engine */ #undef USE_EPOLL /* Define to enable the kqueue engine */ #undef USE_KQUEUE /* Specify whether or not to use poll() */ #undef USE_POLL /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define to `int' if doesn't define. */ #undef gid_t /* Define to `short' if does not define. */ #undef int16_t /* Define to `long' if does not define. */ #undef int32_t /* 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 #endif /* INCLUDED_config_h */