aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authoremelcher <elmar@dsc.ufcg.edu.br>2021-07-01 09:19:55 -0300
committeremelcher <elmar@dsc.ufcg.edu.br>2021-08-03 10:18:18 -0300
commit1f58b4d869a47d2f95621512455d52eb7c3546d9 (patch)
tree99d50872cff2e68f728f63da664c3a56b1192f5b /config.h.in
parentc663ea20a53f4316db8cb4d591b1c8e437f4a0c4 (diff)
downloadspike-1f58b4d869a47d2f95621512455d52eb7c3546d9.zip
spike-1f58b4d869a47d2f95621512455d52eb7c3546d9.tar.gz
spike-1f58b4d869a47d2f95621512455d52eb7c3546d9.tar.bz2
configure for boost lib
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c12d9f4..eedd390 100644
--- a/config.h.in
+++ b/config.h.in
@@ -27,18 +27,36 @@
/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
#undef FESVR_ENABLED
+/* define if the Boost library is available */
+#undef HAVE_BOOST
+
+/* define if the Boost::ASIO library is available */
+#undef HAVE_BOOST_ASIO
+
/* Dynamic library loading is supported */
#undef HAVE_DLOPEN
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `boost_regex' library (-lboost_regex). */
+#undef HAVE_LIBBOOST_REGEX
+
+/* Define to 1 if you have the `boost_system' library (-lboost_system). */
+#undef HAVE_LIBBOOST_SYSTEM
+
/* 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 struct statx exists. */
+#undef HAVE_STATX
+
+/* Define to 1 if struct statx has stx_mnt_id. */
+#undef HAVE_STATX_MNT_ID
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H