diff options
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 */ |
