aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-11 08:10:33 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-11 08:10:33 +0200
commita1339466880b1dcaff2d2419f7d5aa5bd09fa1de (patch)
treef63a46ed2d7cb0c7e5a91c8b8167365fd4eda0e4 /utils.c
parent241bc64a11da5ddfa60b2242f39c944abaf02cb5 (diff)
downloadponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.tar.gz
ponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.tar.xz
ponymap-a1339466880b1dcaff2d2419f7d5aa5bd09fa1de.zip
Write stubs for the plugins
Make them compile.
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index f2aea74..18dd48e 100644
--- a/utils.c
+++ b/utils.c
@@ -18,6 +18,9 @@
*
*/
+#define PROGRAM_NAME "ponymap"
+#define PROGRAM_VERSION "alpha"
+
#define _POSIX_C_SOURCE 199309L
#define _XOPEN_SOURCE 600