/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* 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 */ /* Select building for embedded use */ /* #undef EMBEDDED */ /* Enable netlink socket support via libmnl */ /* #undef ENABLE_LIBMNL */ /* Enable systemd-journal logging target */ /* #undef ENABLE_SYSTEMD_LOGGING */ /* Force the use of select() instead of poll() */ /* #undef FORCE_IO_SELECT */ /* Define to 1 if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 /* Define to 1 if you have and it should be used (not on Ultrix). */ #define HAVE_ALLOCA_H 1 /* Support AVX2 (Advanced Vector Extensions 2) instructions */ /* #undef HAVE_AVX2 */ /* Define if clock_gettime is available */ #define HAVE_CLOCK_GETTIME 1 /* Define to 1 if you have the header file. */ #define HAVE_CTYPE_H 1 /* Define to 1 if you have the declaration of `SYS_getrandom', and to 0 if you don't. */ #define HAVE_DECL_SYS_GETRANDOM 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_EXECINFO_H 1 /* Define to 1 if you have the `gettid' function. */ /* #undef HAVE_GETTID */ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define 1 to enable SCTP support */ #define HAVE_LIBSCTP 1 /* Define to 1 if you have the `localtime_r' function. */ #define HAVE_LOCALTIME_R 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Support ARM NEON instructions */ /* #undef HAVE_NEON */ /* Define to 1 if you have the header file. */ #define HAVE_NETINET_IN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_NETINET_TCP_H 1 /* Build with PC/SC support */ /* #undef HAVE_PCSC */ /* Define to 1 if you have the header file. */ #define HAVE_POLL_H 1 /* Define if you have POSIX threads libraries and header files. */ #define HAVE_PTHREAD 1 /* Have function pthread_setname_np(const char*) */ #define HAVE_PTHREAD_GETNAME_NP 1 /* Have PTHREAD_PRIO_INHERIT. */ #define HAVE_PTHREAD_PRIO_INHERIT 1 /* Support SSE4.1 (Streaming SIMD Extensions 4.1) instructions */ /* #undef HAVE_SSE4_1 */ /* Support SSSE3 (Supplemental Streaming SIMD Extensions 3) instructions */ /* #undef HAVE_SSSE3 */ /* 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 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 you have the header file. */ #define HAVE_SYSLOG_H 1 /* Define to 1 if using SystemTap probes. */ /* #undef HAVE_SYSTEMTAP */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_EVENTFD_H 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_SIGNALFD_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. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIMERFD_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if your header file have the tcpi_notsent_bytes member in struct tcp_info */ #define HAVE_TCP_INFO_TCPI_NOTSENT_BYTES 1 /* Define to 1 if your header file have the tcpi_reord_seen member in struct tcp_info */ /* #undef HAVE_TCP_INFO_TCPI_REORD_SEEN */ /* Define to 1 if your header file have the tcpi_rwnd_limited member in struct tcp_info */ #define HAVE_TCP_INFO_TCPI_RWND_LIMITED 1 /* Define to 1 if your header file have the tcpi_sndbuf_limited member in struct tcp_info */ #define HAVE_TCP_INFO_TCPI_SNDBUF_LIMITED 1 /* Define if struct tm has tm_gmtoff member. */ #define HAVE_TM_GMTOFF_IN_TM 1 /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Build with io_uring support */ /* #undef HAVE_URING */ /* Define to 1 if compiler has the '__builtin_cpu_supports' built-in function */ /* #undef HAVE___BUILTIN_CPU_SUPPORTS */ /* Disable logging macros */ /* #undef LIBOSMOCORE_NO_LOGGING */ /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Instrument the osmo_fd_register */ /* #undef OSMO_FD_CHECK */ /* Name of package */ #define PACKAGE "libosmocore" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "openbsc@lists.osmocom.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "libosmocore" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "libosmocore 1.9.0.203-d8ac0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libosmocore" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.9.0.203-d8ac0" /* Use infinite loop on panic rather than fprintf/abort */ /* #undef PANIC_INFLOOP */ /* Define to necessary symbol if this constant uses a non-standard name on your system. */ /* #undef PTHREAD_CREATE_JOINABLE */ /* 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. */ #define STDC_HEADERS 1 /* Use GnuTLS as a fallback for missing getrandom() */ /* #undef USE_GNUTLS */ /* Version number of package */ #define VERSION "1.9.0.203-d8ac0" /* Define to `unsigned int' if does not define. */ /* #undef size_t */