aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils.c b/utils.c
index 133f950..85ac38b 100644
--- a/utils.c
+++ b/utils.c
@@ -18,12 +18,11 @@
*
*/
-#define PROGRAM_NAME "ponymap"
-#define PROGRAM_VERSION "alpha"
-
#define _POSIX_C_SOURCE 199309L
#define _XOPEN_SOURCE 600
+#include "config.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>