summaryrefslogtreecommitdiffstats
path: root/common/collection/configure.ac
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-12-07 09:14:10 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-12-10 17:20:18 -0500
commita505858c04d011c54ee0c1015cf5d8d069ff39be (patch)
tree8d9895e60dbaad4fce7652a9aae5c3f5f9dd3b88 /common/collection/configure.ac
parentd99755b28d67140d148b01d5192d33136fa5cac5 (diff)
downloadsssd_unused-a505858c04d011c54ee0c1015cf5d8d069ff39be.tar.gz
sssd_unused-a505858c04d011c54ee0c1015cf5d8d069ff39be.tar.xz
sssd_unused-a505858c04d011c54ee0c1015cf5d8d069ff39be.zip
COLLECTION: Cleaning FIXME comments
I scanned through the code and made sure that the FIXME comments are either addressed or a corresponding ticket exists. I removed two comments that had "FIXME" in them. The tickets for those comments are #72 and #308.
Diffstat (limited to 'common/collection/configure.ac')
-rw-r--r--common/collection/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/collection/configure.ac b/common/collection/configure.ac
index cf7a1ff3..3ba1eb71 100644
--- a/common/collection/configure.ac
+++ b/common/collection/configure.ac
@@ -30,6 +30,8 @@ AC_CHECK_FUNC([strcasestr],
[Define if strcasestr exists]),
AC_MSG_ERROR("Platform must support strcasestr"))
+AC_DEFINE([COL_MAX_DATA], [65535], [Max length of the data block allowed in the collection value.])
+
AC_CONFIG_FILES([Makefile collection.pc])
AC_OUTPUT