From: Florian Forster Date: Thu, 4 Oct 2012 08:15:36 +0000 (+0200) Subject: src/utils_cache.c: Fix comment re defining LISTVAL_INCREASE. X-Git-Tag: collectd-5.2.0~47^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=88517c4f7395b3bff6d8198975422e952709ff6e;p=collectd.git src/utils_cache.c: Fix comment re defining LISTVAL_INCREASE. Using the preprocessor flags (CPPFLAGS) is a tad more correct I think. --- diff --git a/src/utils_cache.c b/src/utils_cache.c index c4be5ad1..82567f33 100644 --- a/src/utils_cache.c +++ b/src/utils_cache.c @@ -580,7 +580,7 @@ int uc_get_names (char ***ret_names, cdtime_t **ret_times, size_t *ret_number) * To see the difference, set this value to 1. * * To change this value at compile time: - * ./configure CFLAGS="-DLISTVAL_INCREASE=102400" + * ./configure CPPFLAGS="-DLISTVAL_INCREASE=102400" */ #ifndef LISTVAL_INCREASE # define LISTVAL_INCREASE 1024