src/rrdd.[ch]: Move DEFAULT_PORT to rrdd.h.
[rrdd.git] / src / rrdd.h
index cd46f2c..52d5066 100644 (file)
 #include <signal.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <netdb.h>
+#include <poll.h>
 #include <syslog.h>
 #include <pthread.h>
 #include <errno.h>
+#include <assert.h>
 
 #include <rrd.h>
+#include <avl.h>
 
 #include "config.h"
 
-#define RRDD_SOCK_PATH "/tmp/rrdd.sock"
+#define RRDD_SOCK_PATH "unix:/tmp/rrdd.sock"
+#define DEFAULT_PORT "42217"
 
 #endif /* __RRDD_H */