summaryrefslogtreecommitdiffstats
path: root/elapi/def_macros.m4
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-02-09 16:02:10 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-02-12 08:44:11 -0500
commitc170439337e796f9d565f8a60095889d7636a310 (patch)
tree863d272a90def89440b2fc564105e1aa39bbb9bf /elapi/def_macros.m4
parent8acfb78b1d0eb1e2f8a136b395f335df1f8fc8bc (diff)
downloadding-libs-c170439337e796f9d565f8a60095889d7636a310.tar.gz
ding-libs-c170439337e796f9d565f8a60095889d7636a310.tar.xz
ding-libs-c170439337e796f9d565f8a60095889d7636a310.zip
Remove ELAPI from the SSSD repository
ELAPI now lives in its own project at https://fedorahosted.org/ELAPI
Diffstat (limited to 'elapi/def_macros.m4')
-rw-r--r--elapi/def_macros.m45
1 files changed, 0 insertions, 5 deletions
diff --git a/elapi/def_macros.m4 b/elapi/def_macros.m4
deleted file mode 100644
index eca94dd..0000000
--- a/elapi/def_macros.m4
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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])