aboutsummaryrefslogtreecommitdiff
path: root/include/bh/config.in
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2024-04-14 22:32:58 +0300
committerMikhail Romanko <me@blankhex.com>2024-04-14 22:32:58 +0300
commita645a201d85c37c81b11432acc73f48c9068846a (patch)
tree7c85a42996bcc61493b1650fa2445b38c64125ef /include/bh/config.in
parentd6c396231f7cca7f8fffd3d7bd67dc8ba2fba122 (diff)
downloadbhlib-old-a645a201d85c37c81b11432acc73f48c9068846a.tar.gz
Add thread support
Diffstat (limited to 'include/bh/config.in')
-rw-r--r--include/bh/config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/bh/config.in b/include/bh/config.in
new file mode 100644
index 0000000..5868721
--- /dev/null
+++ b/include/bh/config.in
@@ -0,0 +1,7 @@
+#ifndef BHLIB_CONFIG_H
+#define BHLIB_CONFIG_H
+
+#cmakedefine BHLIB_USE_WINTHREAD
+#cmakedefine BHLIB_USE_PTHREAD
+
+#endif /* BHLIB_CONFIG_H */