mirror of
https://github.com/janet-lang/janet
synced 2025-12-14 04:28:06 +00:00
Add several configurable options - #379
This commit is contained in:
@@ -132,6 +132,11 @@ extern "C" {
|
||||
#define JANET_NO_DYNAMIC_MODULES
|
||||
#endif
|
||||
|
||||
/* Check sun */
|
||||
#ifdef __sun
|
||||
#define JANET_NO_UTC_MKTIME
|
||||
#endif
|
||||
|
||||
/* Define how global janet state is declared */
|
||||
#ifdef JANET_SINGLE_THREADED
|
||||
#define JANET_THREAD_LOCAL
|
||||
|
||||
Reference in New Issue
Block a user