/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Predefined possible va_copy() implementation (id: ASP) */
#define __VA_COPY_USE_ASP(d, s) do { *(d) = *(s); } while (0)
/* Predefined possible va_copy() implementation (id: ASS) */
#define __VA_COPY_USE_ASS(d, s) do { (d) = (s); } while (0)
/* Predefined possible va_copy() implementation (id: C99) */
#define __VA_COPY_USE_C99(d, s) va_copy((d), (s))
/* Predefined possible va_copy() implementation (id: CPP) */
#define __VA_COPY_USE_CPP(d, s) memcpy((void *)(d), (void *)(s)), sizeof(*(s))
/* Predefined possible va_copy() implementation (id: CPS) */
#define __VA_COPY_USE_CPS(d, s) memcpy((void *)&(d), (void *)&(s)), sizeof((s))
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
systems. This function is required for `alloca.c' support on those systems.
*/
/* #undef CRAY_STACKSEG_END */
/* Define to 1 if using `alloca.c'. */
/* #undef C_ALLOCA */
/* Predefined possible va_copy() implementation (id: GCB) */
#define __VA_COPY_USE_GCB(d, s) __builtin_va_copy((d), (s))
/* Predefined possible va_copy() implementation (id: GCH) */
#define __VA_COPY_USE_GCH(d, s) __va_copy((d), (s))
/* Predefined possible va_copy() implementation (id: GCM) */
#define __VA_COPY_USE_GCM(d, s) VA_COPY((d), (s))
/* Define to 1 if the `getpgrp' function requires zero arguments. */
#define GETPGRP_VOID 1
/* Defined if you have struct addrinfo. */
#define HAVE_ADDRINFO_STRUCT 1
/* Define to 1 if you have `alloca', as a function or macro. */
#define HAVE_ALLOCA 1
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
*/
#define HAVE_ALLOCA_H 1
/* Define to 1 if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
/* Define to 1 if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Defined if you have fpathconf(). */
#define HAVE_FPATHCONF 1
/* Defined if system has freeaddrinfo(). */
#define HAVE_FREEADDRINFO 1
/* Defined if system has gai_strerror(). */
#define HAVE_GAI_STRERROR 1
/* Defined if system has getaddrinfo(). */
#define HAVE_GETADDRINFO 1
/* Defined if system has getnameinfo(). */
#define HAVE_GETNAMEINFO 1
/* Define to 1 if you have the <getopt.h> header file. */
#define HAVE_GETOPT_H 1
/* Defined if system has getpass(). */
#define HAVE_GETPASS 1
/* Defined if you have getpgid. */
#define HAVE_GETPGID 1
/* Defined if you have gettimeofday. */
#define HAVE_GETTIMEOFDAY 1
/* Define to 1 if you have the `inet_addr' function. */
#define HAVE_INET_ADDR 1
/* Define to 1 if you have the `inet_aton' function. */
#define HAVE_INET_ATON 1
/* Define to 1 if you have the `inet_ntoa' function. */
#define HAVE_INET_NTOA 1
/* Define to 1 if you have the `inet_ntop' function. */
#define HAVE_INET_NTOP 1
/* Define to 1 if you have the `inet_pton' function. */
#define HAVE_INET_PTON 1
/* Define to 1 if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
/* Defined if system has killpg(). */
#define HAVE_KILLPG 1
/* Define to 1 if you have the `inet6' library (-linet6). */
/* #undef HAVE_LIBINET6 */
/* Define to 1 if you have the `nsl' library (-lnsl). */
/* #undef HAVE_LIBNSL */
/* Define to 1 if you have the `pthread' library (-lpthread). */
#define HAVE_LIBPTHREAD 1
/* Define to 1 if you have the `pthreads' library (-lpthreads). */
/* #undef HAVE_LIBPTHREADS */
/* Define to 1 if you have the `socket' library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */
/* Define to 1 if you have the <netdb.h> header file. */
#define HAVE_NETDB_H 1
/* Define to 1 if you have the <netinet/in.h> header file. */
#define HAVE_NETINET_IN_H 1
/* Define to 1 if you have the <net/if.h> header file. */
#define HAVE_NET_IF_H 1
/* Define to 1 if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1
/* Defined if struct sockaddr has sa_len field. */
/* #undef HAVE_SOCKADDR_SA_LEN */
/* Define to 1 if socklen_t exists */
#define HAVE_SOCKLEN_T 1
/* Define to 1 if ssize_t exists */
#define HAVE_SSIZE_T 1
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */
/* Define to 1 if you have the <stdio.h> header file. */
#define HAVE_STDIO_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
/* #undef HAVE_STDLIB_H */
/* Defined if strerror() exists. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the <strings.h> header file. */
/* #undef HAVE_STRINGS_H */
/* Define to 1 if you have the <string.h> header file. */
/* #undef HAVE_STRING_H */
/* Defined if sockaddr_un has sun_len field. */
#define HAVE_SUN_LEN 1
/* Defined if system has sysconf. */
#define HAVE_SYSCONF 1
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/ptem.h> header file. */
/* #undef HAVE_SYS_PTEM_H */
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
/* Define to 1 if you have the <sys/socket.h> header file. */
#define HAVE_SYS_SOCKET_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
/* #undef HAVE_SYS_STAT_H */
/* Define to 1 if you have the <sys/syslimits.h> header file. */
#define HAVE_SYS_SYSLIMITS_H 1
/* Define to 1 if you have the <sys/termios.h> header file. */
#define HAVE_SYS_TERMIOS_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/ttycom.h> header file. */
#define HAVE_SYS_TTYCOM_H 1
/* Define to 1 if you have the <sys/twg_config.h> header file. */
/* #undef HAVE_SYS_TWG_CONFIG_H */
/* Define to 1 if you have the <sys/types.h> header file. */
/* #undef HAVE_SYS_TYPES_H */
/* Define to 1 if you have the <sys/un.h> header file. */
#define HAVE_SYS_UN_H 1
/* Define to 1 if you have the <sys/wait.h> header file. */
#define HAVE_SYS_WAIT_H 1
/* Define to 1 if you have the <termcap.h> header file. */
#define HAVE_TERMCAP_H 1
/* Defined if system has uname(). */
#define HAVE_UNAME 1
/* Define to 1 if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */
/* Define if va_copy() macro exists (and no fallback implementation is
required) */
#define HAVE_VA_COPY 1
/* Defined if your system has IPv4 support. */
#define IPV4 1
/* Defined if your system has IPv6 support. */
#define IPV6 1
/* Defined if system has getenv(). */
/* #undef NEED_GETENV */
/* Defined if system has putenv(). */
/* #undef NEED_PUTENV */
/* Defined if struct linger is missing. */
/* #undef NO_STRUCT_LINGER */
/* Name of package */
#define PACKAGE "xaric"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "support@xaric.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Xaric"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Xaric 0.13.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xaric"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.13.2"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
/* The size of `unsigned int', as computed by sizeof. */
#define SIZEOF_UNSIGNED_INT 4
/* The size of `unsigned long', as computed by sizeof. */
/* #undef SIZEOF_UNSIGNED_LONG */
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
/* #undef STACK_DIRECTION */
/* Define to 1 if you have the ANSI C header files. */
/* #undef STDC_HEADERS */
/* Defined if sys_errlist is declared. */
/* #undef SYS_ERRLIST_DECLARED */
/* Defined if sys_siglist is declared. */
#define SYS_SIGLIST_DECLARED 1
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
/* #undef TIME_WITH_SYS_TIME */
/* Define to use SO_RCVTIMEO with setsockopt(2) */
#define USE_SO_RCVTIMEO 1
/* Define to use SO_SNDTIMEO with setsockopt(2) */
#define USE_SO_SNDTIMEO 1
/* Defined if we are using curses library. */
/* #undef USING_CURSES */
/* Version number of package */
#define VERSION "0.13.2"
/* Define to 1 if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
/* # undef _ALL_SOURCE */
#endif
/* Optional va_copy() implementation activation */
#ifndef HAVE_VA_COPY
#define va_copy(d, s) __VA_COPY_USE(d, s)
#endif
/* Define to id of used va_copy() implementation */
#define __VA_COPY_USE __VA_COPY_USE_C99
/* Define to empty if `const' does not conform to ANSI C. */
#define const
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef gid_t */
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#define inline
#endif
/* Define to `int' if <sys/types.h> does not define. */
#define mode_t int
/* Define to `int' if <sys/types.h> does not define. */
#define pid_t int
/* Define to `unsigned int' if <sys/types.h> does not define. */
#define size_t unsigned int
/* Defined unless socklen_t is defined. */
#define socklen_t unsigned int
/* Define to `unsigned long' if <sys/types.h> does not define. */
#define u_int32_t unsigned int
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */
syntax highlighted by Code2HTML, v. 0.9.1