diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-08-04 01:35:32 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-08-04 01:35:32 +0200 |
commit | 88b85cecb83757f6a4617a97980a6540822c72be (patch) | |
tree | e9b064b9aaafdec892959a93c97981d246cce9c1 /config.h | |
parent | e9467b7fb63656b16fe231758ef3b04533a5ae44 (diff) |
merged some pre-processor macros which are used in multiple executables
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 000000000..2d50aa1c6 --- /dev/null +++ b/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_H +#define CONFIG_H 1 + +#define COLLECTOR_UNIX_SOCKET "/tmp/ndpid-collector.sock" +#define DISTRIBUTOR_HOST "127.0.0.1" +#define DISTRIBUTOR_PORT 7000 + +#endif |