projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a31fa55
)
src/utils_cache.c: Fix comment re defining LISTVAL_INCREASE.
author
Florian Forster
<octo@collectd.org>
Thu, 4 Oct 2012 08:15:36 +0000
(10:15 +0200)
committer
Florian Forster
<octo@collectd.org>
Thu, 4 Oct 2012 08:15:36 +0000
(10:15 +0200)
Using the preprocessor flags (CPPFLAGS) is a tad more correct I think.
src/utils_cache.c
patch
|
blob
|
history
diff --git
a/src/utils_cache.c
b/src/utils_cache.c
index
c4be5ad
..
82567f3
100644
(file)
--- 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 C
PP
FLAGS="-DLISTVAL_INCREASE=102400"
*/
#ifndef LISTVAL_INCREASE
# define LISTVAL_INCREASE 1024