/* compat.h. Generated automatically by configure. */
/* compat.h.in. Generated automatically from configure.in by autoheader. */
/*
* Copyright (c) 1997-2003 Motonori Nakamura <motonori@media.kyoto-u.ac.jp>
* Copyright (c) 1997-2003 WIDE Project
* Copyright (c) 1997-2003 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.5 2003/08/20 05:14:15 motonori Exp $
*/
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE int
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you can safely include both <sys/time.h> and <time.h>. */
/* #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 <netinet/in.h> 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. */
#define HAVE_SNPRINTF 1
/* Define if you have the strerror function. */
#define HAVE_STRERROR 1
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <port_after.h> header file. */
/* #undef HAVE_PORT_AFTER_H */
/* Define if you have the <port_before.h> header file. */
/* #undef HAVE_PORT_BEFORE_H */
/* Define if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define if you have the <syslog.h> header file. */
#define HAVE_SYSLOG_H 1
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* 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). */
#define HAVE_LIBRESOLV 1
/* Define if you have the socket library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
/* Define if you have the util library (-lutil). */
/* #undef HAVE_LIBUTIL */
syntax highlighted by Code2HTML, v. 0.9.1