mirror of
https://github.com/janet-lang/janet
synced 2025-12-12 19:48:07 +00:00
Add NO_UMASK and NO_REALPATH config options.
This commit is contained in:
@@ -138,6 +138,11 @@ extern "C" {
|
||||
#define JANET_NO_UTC_MKTIME
|
||||
#endif
|
||||
|
||||
/* Add some windows flags */
|
||||
#ifdef JANET_WINDOWS
|
||||
#define JANET_NO_REALPATH
|
||||
#endif
|
||||
|
||||
/* Define how global janet state is declared */
|
||||
#ifdef JANET_SINGLE_THREADED
|
||||
#define JANET_THREAD_LOCAL
|
||||
|
||||
Reference in New Issue
Block a user