From f1e963ecdfde201e80251462e4e7737a0ef00eae Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Mon, 7 Dec 2009 09:14:10 -0500 Subject: 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. --- collection/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'collection/configure.ac') diff --git a/collection/configure.ac b/collection/configure.ac index cf7a1ff..3ba1eb7 100644 --- a/collection/configure.ac +++ b/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 -- cgit