diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2020-09-03 03:00:30 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2020-09-03 03:00:30 +0200 |
commit | 5172421d248250b4ab3b69eb57fd83656e23a4da (patch) | |
tree | a499d9f1dd0b74b754816884a59927b3171656fc /src/hw_config.h | |
parent | 7b2e6168b049be9e7852b2d364d897592eff69fc (diff) | |
download | ufo-roof-temp-master.tar.gz ufo-roof-temp-master.tar.bz2 ufo-roof-temp-master.tar.xz ufo-roof-temp-master.zip |
Diffstat (limited to 'src/hw_config.h')
-rw-r--r-- | src/hw_config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hw_config.h b/src/hw_config.h new file mode 100644 index 0000000..2351dea --- /dev/null +++ b/src/hw_config.h @@ -0,0 +1,8 @@ +#ifndef _HW_CONFIG_H +#define _HW_CONFIG_H + + // enable threading +#define HW_HAVE_SCHED_HEADERS +#define HW_USE_THREADS + +#endif |