diff options
Diffstat (limited to 'include/lib/mpack')
-rw-r--r-- | include/lib/mpack/mpack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/mpack/mpack.h b/include/lib/mpack/mpack.h index b4404f3..77a4141 100644 --- a/include/lib/mpack/mpack.h +++ b/include/lib/mpack/mpack.h @@ -72,7 +72,7 @@ * Enables compilation of the dynamic Node API. */ #ifndef MPACK_NODE -#define MPACK_NODE 1 +#define MPACK_NODE 0 #endif /** |