projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b366b
)
Fixing the `build without rrdtool' bug reported by Werner Heuser
author
octo
<octo>
Sat, 18 Feb 2006 11:53:28 +0000
(11:53 +0000)
committer
octo
<octo>
Sat, 18 Feb 2006 11:53:28 +0000
(11:53 +0000)
src/collectd.h
patch
|
blob
|
history
diff --git
a/src/collectd.h
b/src/collectd.h
index
34b0261
..
89153f9
100644
(file)
--- a/
src/collectd.h
+++ b/
src/collectd.h
@@
-200,7
+200,10
@@
#define MODE_LOCAL 0x04
extern time_t curtime;
+
+#ifdef HAVE_LIBRRD
extern int operating_mode;
+#endif
/* int main (int argc, char **argv); */