src/rrdd.c et al.: Use the tree implementation from GLib 2.0.
[rrdd.git] / src / rrdd.h
index e8ea258..21801b3 100644 (file)
 #include <errno.h>
 #include <assert.h>
 
-#include <rrd.h>
-#include <avl.h>
-
 #include "config.h"
 
 #define RRDD_SOCK_PATH "unix:/tmp/rrdd.sock"
+#define DEFAULT_PORT "42217"
 
 #endif /* __RRDD_H */