This repository has been archived on 2026-04-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bhlib-old/include/bh/config.in
2024-04-14 22:32:58 +03:00

8 lines
140 B
Plaintext

#ifndef BHLIB_CONFIG_H
#define BHLIB_CONFIG_H
#cmakedefine BHLIB_USE_WINTHREAD
#cmakedefine BHLIB_USE_PTHREAD
#endif /* BHLIB_CONFIG_H */