From 011989fbb773a1568be6d8609fb821ea8e62fb0f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 23 Jun 2015 12:22:53 +0200 Subject: introduce config.h --- config.def.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..333f848 --- /dev/null +++ b/config.def.h @@ -0,0 +1,19 @@ +/* + * (C) 2014-2015 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 _CONFIG_H +#define _CONFIG_H + +/* how long to display notifications */ +#define NOTIFICATION_TIMEOUT 10000 + +/* throttle shreshold */ +#define THROTTLE_THRESHOLD 6 + +#endif /* _CONFIG_H */ + +// vim: set syntax=c: -- cgit v1.2.3-54-g00ecf