1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-18 06:28:06 +00:00

Stop out better configuration.

This commit is contained in:
Calvin Rose
2024-08-11 18:43:10 -05:00
parent a59b5765b6
commit 7ff545bd2e
8 changed files with 58 additions and 10 deletions

View File

@@ -210,6 +210,11 @@ extern "C" {
#define JANET_EV
#endif
/* Enable or disable the filewatch/ module */
#if !defined(JANET_NO_FILEWATCH)
#define JANET_FILEWATCH
#endif
/* Enable or disable networking */
#if defined(JANET_EV) && !defined(JANET_NO_NET) && !defined(__EMSCRIPTEN__)
#define JANET_NET