futriix/deps/memkind/src/config.h.in~
John Sully fe7a7774f0 Merge commit '09a263e6076b3fd0fe3b094a2bfad7f93fc997d6' as 'deps/memkind/src'
Former-commit-id: 69b07c5cc2a8f585a8b34bba0b5f7db51be51848
2019-02-01 14:45:39 -05:00

54 lines
1.3 KiB
Plaintext

/* config.h.in. Generated from configure.ac by autoheader. */
/* Upper bound for number of arenas per kind */
#undef ARENA_LIMIT_PER_KIND
/* define if the compiler supports basic C++11 syntax */
#undef HAVE_CXX11
/* Define to 1 if you have the `numa' library (-lnuma). */
#undef HAVE_LIBNUMA
/* Have PTHREAD_PRIO_INHERIT. */
#undef HAVE_PTHREAD_PRIO_INHERIT
/* Enables code for debugging */
#undef MEMKIND_DEBUG
/* Enables decorators */
#undef MEMKIND_DECORATION_ENABLED
/* Enables TLS usage for mapping arenas to threads */
#undef MEMKIND_TLS
/* TLS model attribute */
#undef MEMKIND_TLS_MODEL
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE
/* Version number of package */
#undef VERSION