aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-04-23 15:54:49 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-04-23 15:54:49 +0200
commite1e566400710d248ce9c4b94035d8fbbd9be9e56 (patch)
treeb308a434533aa1eb9aba89a87f8b28701fa01204 /config.def.h
parent664646c1ab6da5b70d652b803afb51979d85f610 (diff)
downloadnullshell-e1e566400710d248ce9c4b94035d8fbbd9be9e56.tar.gz
nullshell-e1e566400710d248ce9c4b94035d8fbbd9be9e56.tar.zst
try to avoid lines longer than 80 characters
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index b696cda..4fb9dd1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,7 +13,9 @@
/* some text to be printed */
#define URL "https://github.com/eworm-de/nullshell"
-#define BANNER "Do-nothing-loop by nullshell " VERSION " (" URL ").\n"
+#define BANNER "Do-nothing-loop by nullshell " VERSION ",\n" \
+ "compiled on " __DATE__ " " __TIME__ ".\n" \
+ "Visit homepage: " URL "\n"
#endif /* _CONFIG_H */