From: Florian Forster Date: Sun, 22 Jun 2008 12:18:20 +0000 (+0200) Subject: src/rrdd.[ch]: Move DEFAULT_PORT to rrdd.h. X-Git-Url: https://git.octo.it/?p=rrdd.git;a=commitdiff_plain;h=93399a0e4410b955507eca8ff47273cf9bec3ba7 src/rrdd.[ch]: Move DEFAULT_PORT to rrdd.h. --- diff --git a/src/rrdd.c b/src/rrdd.c index 7cd2431..042b331 100644 --- a/src/rrdd.c +++ b/src/rrdd.c @@ -29,8 +29,6 @@ # define RRDD_LOG(severity, ...) syslog ((severity), __VA_ARGS__) #endif -#define DEFAULT_PORT "42217" - /* * Types */ diff --git a/src/rrdd.h b/src/rrdd.h index e8ea258..52d5066 100644 --- a/src/rrdd.h +++ b/src/rrdd.h @@ -75,5 +75,6 @@ #include "config.h" #define RRDD_SOCK_PATH "unix:/tmp/rrdd.sock" +#define DEFAULT_PORT "42217" #endif /* __RRDD_H */