/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ #ifndef __CONFIG_H__ #define __CONFIG_H__ 1 /* Define if you have the C99 integer types */ /* #undef HAVE_C99_INTTYPES */ /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `endhostent' function. */ #define HAVE_ENDHOSTENT 1 /* Define to 1 if you have the `getaddrinfo' function. */ #define HAVE_GETADDRINFO 1 /* Define if you have the getnameinfo function */ #define HAVE_GETNAMEINFO 1 /* Define to 1 if you have the `inet_aton' function. */ #define HAVE_INET_ATON 1 /* Define to 1 if you have the `inet_pton' function. */ #define HAVE_INET_PTON 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define if you have the nanosleep function */ #define HAVE_NANOSLEEP 1 /* Define if you have libogg installed */ #define HAVE_OGG 1 /* Define if you have POSIX threads libraries and header files. */ /* #undef HAVE_PTHREAD */ /* Define to 1 if the system has the type `pthread_rwlock_t'. */ #define HAVE_PTHREAD_RWLOCK_T 1 /* Define if you have the sethostent function */ #define HAVE_SETHOSTENT 1 /* Define to 1 if the system has the type `socklen_t'. */ #define HAVE_SOCKLEN_T 1 /* Define if you want speex streams supported */ /* #undef HAVE_SPEEX */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if the system has the type `struct ovectl_ratemanage_arg'. */ /* #undef HAVE_STRUCT_OVECTL_RATEMANAGE_ARG */ /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */ #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SELECT_H 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. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_UIO_H 1 /* Define if you want theora streams supported */ /* #undef HAVE_THEORA */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define if you have winsock2.h on MINGW */ /* #undef HAVE_WINSOCK2_H */ /* Define to 1 if you have the `writev' function. */ #define HAVE_WRITEV 1 /* Shout library major version */ #define LIBSHOUT_MAJOR 2 /* Shout library patch version */ #define LIBSHOUT_MICRO 2 /* Shout library minor version */ #define LIBSHOUT_MINOR 2 /* Define if you don't want to use the thread library */ /* #undef NO_THREAD */ /* Name of package */ #define PACKAGE "libshout" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "libshout" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "libshout 2.2.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libshout" /* Define to the version of this package. */ #define PACKAGE_VERSION "2.2.2" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ /* #undef PTHREAD_CREATE_JOINABLE */ /* The size of a `int', as computed by sizeof. */ #define SIZEOF_INT 4 /* The size of a `long', as computed by sizeof. */ #define SIZEOF_LONG 4 /* The size of a `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 /* The size of a `short', as computed by sizeof. */ #define SIZEOF_SHORT 2 /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Version number of package */ #define VERSION "2.2.2" #ifndef HAVE_C99_INTTYPES # if SIZEOF_SHORT == 4 typedef unsigned short uint32_t; # elif SIZEOF_INT == 4 typedef unsigned int uint32_t; # elif SIZEOF_LONG == 4 typedef unsigned long uint32_t; # endif # if SIZEOF_INT == 8 typedef unsigned int uint64_t; # elif SIZEOF_LONG == 8 typedef unsigned long uint64_t; # elif SIZEOF_LONG_LONG == 8 typedef unsigned long long uint64_t; # endif #endif #ifndef HAVE_SOCKLEN_T typedef int socklen_t; #endif /* Define if you have POSIX and GNU specifications */ /* #undef _GNU_SOURCE */ /* Define if you have POSIX and XPG specifications */ #define _XOPEN_SOURCE 600 /* name mangling to protect code we share with other libraries */ #define _mangle(proc) _shout_ ## proc /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ /* 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 /* #undef inline */ #endif /* define if va_copy is not available */ /* #undef va_copy */ #endif