aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-01-17 15:54:49 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-01-17 16:10:12 +0100
commit7cb6fcdaff2237cd24cf22fbc739192704838b6d (patch)
treecedd22bc2e220d69212b06683b12025dc3814e1e /utils.c
parent77509ceb56d430d949a89f2fc25aaded414193a8 (diff)
downloadponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.tar.gz
ponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.tar.xz
ponymap-7cb6fcdaff2237cd24cf22fbc739192704838b6d.zip
Rewrite to use CMake
Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins.
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>