From 54378a355c31bf2e05fa90100ea3df6fc3ad56a1 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 8 Jan 2018 13:30:44 +0100 Subject: initial commit --- udp514-journal.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 udp514-journal.h (limited to 'udp514-journal.h') diff --git a/udp514-journal.h b/udp514-journal.h new file mode 100644 index 0000000..2767e1c --- /dev/null +++ b/udp514-journal.h @@ -0,0 +1,33 @@ +/* + * (C) 2018 by Christian Hesse + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ + +#ifndef _UDP514_JOURNAL_H +#define _UDP514_JOURNAL_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include + +#define STR_(x) #x +#define STR(x) STR_(x) + +#define LOCAL_SERVER_PORT 514 +#define LOCAL_SERVER_PORT_STR STR(LOCAL_SERVER_PORT) +#define BUFFER_SIZE 1024 + +#endif /* _UDP514_JOURNAL_H */ -- cgit v1.2.3-54-g00ecf