1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you need to in order for stat and other things to work. */
#undef _POSIX_SOURCE
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define this to enable trace code */
#undef DO_HS_TRACE
/* Version of the libtool interface. */
#define HS_LIBVERSION "unknown"
/* Define this if your sockaddr structure contains sin_len */
#undef HAVE_SOCK_SIN_LEN
/* 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
/* The number of bytes in a off_t. */
#undef SIZEOF_OFF_T
/* The number of bytes in a unsigned char. */
#undef SIZEOF_UNSIGNED_CHAR
/* Define if you have the snprintf function. */
#undef HAVE_SNPRINTF
/* Define if you have the vsnprintf function. */
#undef HAVE_VSNPRINTF
/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define if you have the <sys/endian.h> header file. */
#undef HAVE_SYS_ENDIAN_H
/* Name of package */
#undef PACKAGE
/* Version number of package */
#undef VERSION
|