|
@@ -1,11 +1,5 @@
|
|
|
#pragma once
|
|
#pragma once
|
|
|
|
|
|
|
|
-#ifdef PK_USER_CONFIG_H
|
|
|
|
|
-
|
|
|
|
|
-#include "user_config.h"
|
|
|
|
|
-
|
|
|
|
|
-#else
|
|
|
|
|
-
|
|
|
|
|
/*************** feature settings ***************/
|
|
/*************** feature settings ***************/
|
|
|
|
|
|
|
|
// Whether to compile os-related modules or not
|
|
// Whether to compile os-related modules or not
|
|
@@ -84,6 +78,3 @@
|
|
|
#else
|
|
#else
|
|
|
#define PK_UNREACHABLE() __builtin_unreachable();
|
|
#define PK_UNREACHABLE() __builtin_unreachable();
|
|
|
#endif
|
|
#endif
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-#endif
|
|
|