From b8b8d7f7ebca5946723c127ff9bee1eeaa9a94e3 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 23 Dec 2013 16:33:25 +0100 Subject: introduce config.h and add some fuzzy output text --- config.def.h | 20 ++++++++++++++++++++ 1 file changed, 20 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..5d815d3 --- /dev/null +++ b/config.def.h @@ -0,0 +1,20 @@ +/* + * (C) 2013 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 + +/* this is the time to sleep between printing characters */ +#define SLEEPTIME 1 + +/* some text to be printed */ +#define URL "https://github.com/eworm-de/nullshell" +#define BANNER "Do-nothing-loop by nullshell " VERSION " (" URL ").\n" + +#endif /* _CONFIG_H */ + +// vim: set syntax=c: -- cgit v1.2.3-54-g00ecf