diff options
| author | Mikhail Romanko <me@blankhex.com> | 2024-04-14 22:32:58 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2024-04-14 22:32:58 +0300 |
| commit | a645a201d85c37c81b11432acc73f48c9068846a (patch) | |
| tree | 7c85a42996bcc61493b1650fa2445b38c64125ef /include/bh/config.in | |
| parent | d6c396231f7cca7f8fffd3d7bd67dc8ba2fba122 (diff) | |
| download | bhlib-old-a645a201d85c37c81b11432acc73f48c9068846a.tar.gz | |
Add thread support
Diffstat (limited to 'include/bh/config.in')
| -rw-r--r-- | include/bh/config.in | 7 |
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 */ |
