libfabric-sys 0.0.2

libfabric FFI bindings
/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* defined to 1 if libfabric was configured with --enable-debug, 0 otherwise
   */
/* #define ENABLE_DEBUG 1 */

/* Define to 1 if the linker supports alias attribute. */
/* #undef HAVE_ALIAS_ATTRIBUTE */

/* Set to 1 to use c11 atomic functions */
/* #undef HAVE_ATOMICS */   /* TODO: add atomics support for windows */

/* Define to 1 if clock_gettime is available. */
/* #undef HAVE_CLOCK_GETTIME */

/* Define to 1 if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */

/* Define to 1 if host_clock_get_service is available. */
/* #undef HAVE_HOST_GET_CLOCK_SERVICE */

/* Define to 1 if you have the <infiniband/verbs.h> header file. */
/* #undef HAVE_INFINIBAND_VERBS_H */

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the `dl' library (-ldl). */
/* #undef HAVE_LIBDL */

/* Whether we have libl or libnl3 */
/* #undef HAVE_LIBNL3 */

/* Define to 1 if you have the `pthread' library (-lpthread). */
/* #undef HAVE_LIBPTHREAD */

/* Define to 1 if you have the <memory.h> header file. */
/* #undef HAVE_MEMORY_H */

/* Define to 1 if you have the <netlink/netlink.h> header file. */
/* #undef HAVE_NETLINK_NETLINK_H */

/* Define to 1 if you have the <netlink/version.h> header file. */
/* #undef HAVE_NETLINK_VERSION_H */

/* psm provider is built */
/* #undef HAVE_PSM */

/* psm2 provider is built */
/* #undef HAVE_PSM2 */

/* psm2 provider is built as DSO */
/* #undef HAVE_PSM2_DL */

/* Define to 1 if you have the <psm2.h> header file. */
/* #undef HAVE_PSM2_H */

/* psm provider is built as DSO */
/* #undef HAVE_PSM_DL */

/* Define to 1 if you have the <psm.h> header file. */
/* #undef HAVE_PSM_H */

/* Define to 1 if you have the <rdma/rsocket.h> header file. */
/* #undef HAVE_RDMA_RSOCKET_H */

/* sockets provider is built */
#define HAVE_SOCKETS 1

/* UDP provider is built */
#define HAVE_UDP 1

/* sockets provider is built as DSO */
/* #undef HAVE_SOCKETS_DL */

/* rxm provider is built */
#define HAVE_RXM 1

/* rxm provider is built as DSO */
/* #undef HAVE_RXM_DL */

/* rxd provider is built */
#define HAVE_RXD 1

/* rxd provider is built as DSO */
/* #undef HAVE_RXD_DL */

/* Network Direct provider is built */
#define HAVE_NETDIR 1

/* Network Direct provider is built as DSO */
/* #undef HAVE_NETDIR_DL */

/* Define to 1 if you have the <stdint.h> header file. */
/* #undef HAVE_STDINT_H */

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if compiler/linker support symbol versioning. */
/* #undef HAVE_SYMVER_SUPPORT */

/* Define to 1 if you have the <sys/mman.h> header file. */
/* #undef HAVE_SYS_MMAN_H */

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* usnic provider is built */
/* #undef HAVE_USNIC */

/* usnic provider is built as DSO */
/* #undef HAVE_USNIC_DL */

/* verbs provider is built */
/* #undef HAVE_VERBS */

/* verbs provider is built as DSO */
/* #undef HAVE_VERBS_DL */

/* Define to 1 to enable valgrind annotations */
/* #undef INCLUDE_VALGRIND */

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"

/* Name of package */
#define PACKAGE "libfabric"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "ofiwg@lists.openfabrics.org"

/* Define to the full name of this package. */
#define PACKAGE_NAME "libfabric"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libfabric 1.2.0"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "libfabric"

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.2.0"

/* Define to 1 if pthread_spin_init is available. */
/* #undef PT_LOCK_SPIN */

/* The size of `void *', as computed by sizeof. */
#ifdef _WIN64
#define SIZEOF_VOID_P 8
#else /* _WIN64 */
#define SIZEOF_VOID_P 4
#endif /* _WIN64 */

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define _FI_EXP(s) #s
#define VERSION _FI_EXP(FI_MAJOR_VERSION) "." _FI_EXP(FI_MINOR_VERSION) ".0"