1 2 3 4 5 6 7 8
#ifndef _HW_CONFIG_H #define _HW_CONFIG_H // enable threading #define HW_HAVE_SCHED_HEADERS #define HW_USE_THREADS #endif