From 7cb6fcdaff2237cd24cf22fbc739192704838b6d Mon Sep 17 00:00:00 2001
From: Přemysl Janouch
Date: Sat, 17 Jan 2015 15:54:49 +0100
Subject: Rewrite to use CMake
Now the project is at least installable.
Added a LICENSE file.
Likely about to implement Lua plugins.
---
utils.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
(limited to 'utils.c')
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
#include
#include
--
cgit v1.2.3-70-g09d2