diff options
Diffstat (limited to 'include/bh/config.in')
| -rw-r--r-- | include/bh/config.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/include/bh/config.in b/include/bh/config.in index 21dea6e..5820781 100644 --- a/include/bh/config.in +++ b/include/bh/config.in @@ -1,8 +1,10 @@ -#ifndef BHLIB_CONFIG_H -#define BHLIB_CONFIG_H +#ifndef BH_CONFIG_H +#define BH_CONFIG_H -#cmakedefine BHLIB_USE_WINTHREAD -#cmakedefine BHLIB_USE_PTHREAD -#cmakedefine BHLIB_NO_WINXP +#cmakedefine BH_USE_WINTHREAD +#cmakedefine BH_USE_PTHREAD +#cmakedefine BH_NO_WINXP +#cmakedefine BH_PLATFORM_POSIX +#cmakedefine BH_PLATFORM_WIN -#endif /* BHLIB_CONFIG_H */ +#endif /* BH_CONFIG_H */ |
