summaryrefslogtreecommitdiffstats
path: root/common/elapi/def_macros.m4
diff options
context:
space:
mode:
Diffstat (limited to 'common/elapi/def_macros.m4')
-rw-r--r--common/elapi/def_macros.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/common/elapi/def_macros.m4 b/common/elapi/def_macros.m4
new file mode 100644
index 000000000..eca94dd28
--- /dev/null
+++ b/common/elapi/def_macros.m4
@@ -0,0 +1,5 @@
+# Common defines for ELAPI and its unit test
+
+AC_DEFINE([MAX_LONG_STRING_LEN], [20], [Max length of the serialized long value])
+AC_DEFINE([MAX_DOUBLE_STRING_LEN], [22], [Max length of the serialized double value])
+AC_DEFINE([MAX_BOOL_STRING_LEN], [5], [Max length of the serialized bool value])