1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-14 20:48:07 +00:00

Begin net/ module in core.

Humble beginnings.
This commit is contained in:
Calvin Rose
2020-02-01 20:39:54 -06:00
parent 1bdde9c4f7
commit c0d2140d14
9 changed files with 67 additions and 0 deletions

View File

@@ -152,6 +152,11 @@ extern "C" {
#define JANET_TYPED_ARRAY
#endif
/* Enable or disable networking */
#ifndef JANET_NO_NET
#define JANET_NET
#endif
/* Enable or disable large int types (for now 64 bit, maybe 128 / 256 bit integer types) */
#ifndef JANET_NO_INT_TYPES
#define JANET_INT_TYPES