/* config.h.in. Generated automatically from configure.in by autoheader. */ #ifndef INCLUDED_config_h #define INCLUDED_config_h /* * IRC - Internet Relay Chat, include/config.h * 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.2 2001-06-07 00:29:46 kev Exp $ */ /* Define to `int' if doesn't define. */ #undef gid_t /* Define if system calls automatically restart after interruption by a signal. */ #undef HAVE_RESTARTABLE_SYSCALLS /* Define to `unsigned' if doesn't define. */ #undef size_t /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define if your declares struct tm. */ #undef TM_IN_SYS_TIME /* Define to `int' if doesn't define. */ #undef uid_t /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* 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 u_int16_t #undef u_int32_t /* The number of bytes in a int. */ #undef SIZEOF_INT /* The number of bytes in a long. */ #undef SIZEOF_LONG /* The number of bytes in a short. */ #undef SIZEOF_SHORT /* The number of bytes in a void *. */ #undef SIZEOF_VOID_P /* 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 /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET /* Specify whether or not to use poll() */ #undef USE_POLL /* Enable debugging code */ #undef DEBUGMODE /* Disable assertions */ #undef NDEBUG /* 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 /* Path to executable for restarts */ #undef SPATH /* Path to data directory */ #undef DPATH /* Configuration file name */ #undef CPATH /* Path to debugging log file */ #undef LPATH /* Maximum number of network connections */ #undef MAXCONNECTIONS #endif /* INCLUDED_config_h */