/* compat.h.in. Generated automatically from configure.in by autoheader. */ /* * Copyright (c) 1997,1998 Motonori Nakamura * Copyright (c) 1997,1998 WIDE Project * Copyright (c) 1997,1998 Kyoto University * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by WIDE Project and * its contributors. * 4. Neither the name of the Project, the University nor the names of * its contributors may be used to endorse or promote products derived * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $Id: compat.h.top,v 1.1 1998/10/05 23:45:05 motonori Exp $ */ /* Define to empty if the keyword does not work. */ #undef const /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE /* 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 /* Type of setproctitle routine */ #undef SPT_TYPE /* Define if you do not have member sin_len of structure sockaddr_in in header file. */ #undef MISSING_SIN_LEN /* Define if you have resolver from KAME IPv6 stack */ #undef RESOLVER_KAME /* Define if you have resolver from old KAME IPv6 stack */ #undef RESOLVER_OLDKAME /* Define if you have resolver without IPv6 extension */ #undef RESOLVER_V4 /* Define if you have the snprintf function. */ #undef HAVE_SNPRINTF /* Define if you have the strerror function. */ #undef HAVE_STRERROR /* Define if you have the header file. */ #undef HAVE_FCNTL_H /* Define if you have the header file. */ #undef HAVE_PORT_AFTER_H /* Define if you have the header file. */ #undef HAVE_PORT_BEFORE_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_SYSLOG_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the 44bsd library (-l44bsd). */ #undef HAVE_LIB44BSD /* Define if you have the bind library (-lbind). */ #undef HAVE_LIBBIND /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL /* Define if you have the resolv library (-lresolv). */ #undef HAVE_LIBRESOLV /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define if you have the util library (-lutil). */ #undef HAVE_LIBUTIL