src/rrdd.[ch]: Move DEFAULT_PORT to rrdd.h.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 12:18:20 +0000 (14:18 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 12:18:20 +0000 (14:18 +0200)
src/rrdd.c
src/rrdd.h

index 7cd2431..042b331 100644 (file)
@@ -29,8 +29,6 @@
 # define RRDD_LOG(severity, ...) syslog ((severity), __VA_ARGS__)
 #endif
 
-#define DEFAULT_PORT "42217"
-
 /*
  * Types
  */
index e8ea258..52d5066 100644 (file)
@@ -75,5 +75,6 @@
 #include "config.h"
 
 #define RRDD_SOCK_PATH "unix:/tmp/rrdd.sock"
+#define DEFAULT_PORT "42217"
 
 #endif /* __RRDD_H */