136 lines
3.2 KiB
C
136 lines
3.2 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
|
|
|
|
/* Define to empty if the keyword does not work. */
|
|
#undef const
|
|
|
|
/* Define to `long' if <sys/types.h> doesn't define. */
|
|
#undef off_t
|
|
|
|
/* Define to `unsigned' if <sys/types.h> doesn't define. */
|
|
#undef size_t
|
|
|
|
/* Define if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|
|
|
|
/* Define this to enable trace code */
|
|
#undef DO_RS_TRACE
|
|
|
|
/* Version of the libtool interface. */
|
|
#define RS_LIBVERSION "unknown"
|
|
|
|
/* Define this if your sockaddr structure contains sin_len */
|
|
#undef HAVE_SOCK_SIN_LEN
|
|
|
|
/* How many bits would you like to have in an off_t? */
|
|
#undef _FILE_OFFSET_BITS
|
|
|
|
/* Define to include GNU C library extensions. */
|
|
#undef _GNU_SOURCE
|
|
|
|
/* GNU extension of saving argv[0] to program_invocation_short_name */
|
|
#undef HAVE_PROGRAM_INVOCATION_NAME
|
|
|
|
/* Canonical GNU hostname */
|
|
#define RS_CANONICAL_HOST "unknown"
|
|
|
|
/* Define to a replacement type if intmax_t is not a builtin, or in
|
|
sys/types.h or stdlib.h or stddef.h */
|
|
#undef intmax_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 long long. */
|
|
#undef SIZEOF_LONG_LONG
|
|
|
|
/* The number of bytes in a off_t. */
|
|
#undef SIZEOF_OFF_T
|
|
|
|
/* The number of bytes in a short. */
|
|
#undef SIZEOF_SHORT
|
|
|
|
/* The number of bytes in a size_t. */
|
|
#undef SIZEOF_SIZE_T
|
|
|
|
/* The number of bytes in a unsigned char. */
|
|
#undef SIZEOF_UNSIGNED_CHAR
|
|
|
|
/* The number of bytes in a unsigned int. */
|
|
#undef SIZEOF_UNSIGNED_INT
|
|
|
|
/* The number of bytes in a unsigned long. */
|
|
#undef SIZEOF_UNSIGNED_LONG
|
|
|
|
/* The number of bytes in a unsigned short. */
|
|
#undef SIZEOF_UNSIGNED_SHORT
|
|
|
|
/* Define if you have the mtrace function. */
|
|
#undef HAVE_MTRACE
|
|
|
|
/* 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 vsnprintf function. */
|
|
#undef HAVE_VSNPRINTF
|
|
|
|
/* Define if you have the <alloca.h> header file. */
|
|
#undef HAVE_ALLOCA_H
|
|
|
|
/* Define if you have the <bzlib.h> header file. */
|
|
#undef HAVE_BZLIB_H
|
|
|
|
/* Define if you have the <config.h> header file. */
|
|
#undef HAVE_CONFIG_H
|
|
|
|
/* Define if you have the <dlfcn.h> header file. */
|
|
#undef HAVE_DLFCN_H
|
|
|
|
/* Define if you have the <libintl.h> header file. */
|
|
#undef HAVE_LIBINTL_H
|
|
|
|
/* Define if you have the <mcheck.h> header file. */
|
|
#undef HAVE_MCHECK_H
|
|
|
|
/* Define if you have the <stdint.h> header file. */
|
|
#undef HAVE_STDINT_H
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Define if you have the <zlib.h> header file. */
|
|
#undef HAVE_ZLIB_H
|
|
|
|
/* Define if you have the bz2 library (-lbz2). */
|
|
#undef HAVE_LIBBZ2
|
|
|
|
/* Define if you have the popt library (-lpopt). */
|
|
#undef HAVE_LIBPOPT
|
|
|
|
/* Define if you have the z library (-lz). */
|
|
#undef HAVE_LIBZ
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
#undef _FILE_OFFSET_BITS
|
|
|
|
/* Define to make ftello visible on some hosts (e.g. HP-UX 10.20). */
|
|
#undef _LARGEFILE_SOURCE
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
#undef _LARGE_FILES
|
|
|
|
/* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */
|
|
#undef _XOPEN_SOURCE
|
|
|