/* lib/autoconf.h. Generated automatically by configure. */
/* autoconf.h.in */
#ifndef __autoconf_h
#define __autoconf_h
/* compiler supports C++ operator new with nothrow argument */
#define HAVE_NEW_NOTHROW 1
/* C++ compiler supports the bool data type */
#define HAVE_BOOL 1
/* system has getrusage() */
/* #undef HAVE_GETRUSAGE */
/* C++ "new" header file */
#define HAVE_NEW_H 1
/* C++ set_new_handler() function */
#define HAVE_SET_NEW_HANDLER 1
/* sys/ioctl.h */
#define HAVE_SYS_IOCTL_H 1
/* asm/ioctls.h */
/* #undef HAVE_ASM_IOCTLS_H */
/* sys/time.h */
#define HAVE_SYS_TIME_H 1
/* sys/select.h */
#define HAVE_SYS_SELECT_H 1
/* sys/poll.h */
#define HAVE_SYS_POLL_H 1
/* poll.h */
#define HAVE_POLL_H 1
/* fcntl.h */
#define HAVE_FCNTL_H 1
/* stdarg.h */
#define HAVE_STDARG_H 1
/* pwd.h */
#define HAVE_PWD_H 1
/* sys/filio.h is available */
#define HAVE_SYS_FILIO_H 1
/* system has strcasecmp() */
#define HAVE_STRCASECMP 1
/* will not link c++ lib */
/* #undef NO_STDCXX */
/* have socklen_t ?? */
#define HAVE_SOCKLEN_T 1
/* system supports poll() */
#define HAVE_POLL 1
/* force select() usage */
/* #undef USE_SELECT */
/* have vsnprintf ?? */
#define HAVE_VSNPRINTF 1
/* have snprintf ?? */
#define HAVE_SNPRINTF 1
#ifndef HAVE_VSNPRINTF
# define vsnprintf(buffer, size, format, list) vsprintf (buffer, format, list)
#endif
#ifndef HAVE_SNPRINTF
# define snprintf(buffer, size, format, args...) sprintf(buffer, format, ## args)
#endif
#if defined(HAVE_NEW_H) && defined(HAVE_NEW_NOTHROW)
# ifndef NO_STDCXX
# include <new>
# define new new(std::nothrow)
# endif
#endif
#ifndef HAVE_BOOL
typedef int bool;
#define true (1)
#define false (!true)
#endif
#ifndef HAVE_STRCASECMP
#error "i can't compile w/o strcasecmp() right now :("
#endif
#ifndef HAVE_SOCKLEN_T
typedef int socklen_t;
#endif
#ifndef HAVE_POLL
#define HAVE_SYS_POLL_H 1
#define HAVE_POLL_H 1
#ifndef USE_SELECT
#define USE_SELECT
#endif
#endif
#endif /* __autoconf_h */
syntax highlighted by Code2HTML, v. 0.9.1