aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
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