commit | aa0ee62c731de6161c52a783cbb7b3153f6e23e2 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue May 11 09:29:25 2021 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue May 11 13:04:51 2021 +0200 |
tree | 0df04eaa37ad36f8e74b43ba52dcf4d9644d64bf | |
parent | 55b848127aa1ae36561a4678083dd748ba11bf0f [diff] [blame] |
plugins types FEATURE fixed size values Refs #1552 Signed-off-by: Christian Hopps <chopps@labn.net>
diff --git a/src/config.h.in b/src/config.h.in index ab861bd..65c4934 100644 --- a/src/config.h.in +++ b/src/config.h.in
@@ -15,6 +15,9 @@ #ifndef LY_CONFIG_H_ #define LY_CONFIG_H_ +/** size of fixed_mem in lyd_value, minimum is 8 (B) */ +#define LYD_VALUE_FIXED_MEM_SIZE @LYD_VALUE_SIZE@ + /* * Plugins */