/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Use DOS style pathnames */ /* #undef DOS_FILE_PATH */ /* Define if build with ebnet support */ #define ENABLE_EBNET 1 /* Define if build with IPv6 support */ #define ENABLE_IPV6 1 /* Define if libdeflate support is enabled. */ /* #undef ENABLE_LIBDEFLATE */ /* Define if NLS is requested */ #define ENABLE_NLS 1 /* Define if pthread support is enabled. */ /* #undef ENABLE_PTHREAD */ /* Define if build with Winsock2 */ /* #undef ENABLE_WINSOCK2 */ /* Define if command names have the suffix \`.exe' */ /* #undef EXEEXT_EXE */ /* Define to 1 if you have the `atoll' function. */ #define HAVE_ATOLL 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_DIRECT_H */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `gai_strerror' function. */ #define HAVE_GAI_STRERROR 1 /* Define to 1 if you have the `getaddrinfo' function. */ #define HAVE_GETADDRINFO 1 /* Define to 1 if you have the `getnameinfo' function. */ #define HAVE_GETNAMEINFO 1 /* Define to 1 if you have the header file. */ #define HAVE_GETOPT_H 1 /* Define to 1 if you have the `getopt_long' function. */ #define HAVE_GETOPT_LONG 1 /* Define to 1 if you have the header file. */ #define HAVE_ICONV_H 1 /* Define to 1 if you have the `iconv_open' function. */ #define HAVE_ICONV_OPEN 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_LANGINFO_H 1 /* Define to 1 if you have the `LC_MESSAGES' locale category */ #define HAVE_LC_MESSAGES 1 /* Define to 1 if you have the `bind' library (-lbind). */ /* #undef HAVE_LIBBIND */ /* Define to 1 if you have the header file. */ /* #undef HAVE_LIBCHARSET_H */ /* Define to 1 if you have the `libiconv_open' function. */ /* #undef HAVE_LIBICONV_OPEN */ /* Define to 1 if you have the `nsl' library (-lnsl). */ #define HAVE_LIBNSL 1 /* Define to 1 if you have the `resolv' library (-lresolv). */ /* #undef HAVE_LIBRESOLV */ /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ /* Define to 1 if you have the `ws2_32' library (-lws2_32). */ /* #undef HAVE_LIBWS2_32 */ /* Define to 1 if you have the `locale_charset' function. */ /* #undef HAVE_LOCALE_CHARSET */ /* Define to 1 if you have the header file. */ #define HAVE_LOCALE_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MBSTRING_H */ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the `nl_langinfo' function. */ #define HAVE_NL_LANGINFO 1 /* Define to 1 if you have the header file. */ #define HAVE_NL_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_PTHREAD_H 1 /* Define to 1 if you have the `setlocale' function. */ #define HAVE_SETLOCALE 1 /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `strcasecmp' function. */ #define HAVE_STRCASECMP 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if defines `struct in6_addr' */ #define HAVE_STRUCT_IN6_ADDR 1 /* Define to 1 if defines `struct sockaddr_in6' */ #define HAVE_STRUCT_SOCKADDR_IN6 1 /* Define to 1 if defines `struct sockaddr_storage' */ #define HAVE_STRUCT_SOCKADDR_STORAGE 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_WS2TCPIP_H */ /* Define to 1 if you have the `_atoi64' function. */ /* #undef HAVE__ATOI64 */ /* Define to 1 if you have the `_getdcwd' function. */ /* #undef HAVE__GETDCWD */ /* Define to 1 if `in6addr_any' is declared by */ #define IN6ADDR_ANY_DECLARED 1 /* Define to 1 if `in6addr_loopback' is declared by */ #define IN6ADDR_LOOPBACK_DECLARED 1 /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Mailing address */ #define MAILING_ADDRESS "kzhr@d1.dion.ne.jp" /* Name of package */ #define PACKAGE "ebu" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "ebu" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "ebu 4.5-20200413" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "ebu" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "4.5-20200413" /* Define to `1' if printf() recognizes "I64" modifier for __int64 */ /* #undef PRINTF_I64_MODIFIER */ /* Define to `1' if printf() recognizes "ll" modifier for long long */ #define PRINTF_LL_MODIFIER 1 /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ #define VERSION "4.5-20200413" /* Enable large inode numbers on Mac OS X 10.5. */ #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ /* Define to `unsigned char', `unsigned short', `unsigned int' or `unsigned long' according with size of `sin_port' in `struct sockaddr_in', if , or does not define `in_port_t'. */ /* #undef in_port_t */ /* Define to `int' if does not define. */ /* #undef mode_t */ /* Define to `unsigned char', `unsigned short', `unsigned int' or `unsigned long' according with size of `sa_family' in `struct sockaddr', if or does not define `sa_family_t'. */ /* #undef sa_family_t */ /* Define to `int' if or does not define. */ /* #undef socklen_t */ /* Define to `int' if does not define. */ /* #undef ssize_t */