diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-06-21 08:00:13 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-06-21 08:00:13 +0200 |
commit | 09017a564fd9c9ea1f906c7e4d3e98e98c40d573 (patch) | |
tree | 456bd7075338dc382730e7b3bf6cb9b58747ef68 | |
parent | 705a25ffd78a9108f57a6626072bde7405f4bd44 (diff) |
mpack: disable node api (we do not use it)
-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 /** |