From 66cf41f89ff8e33413b63a351c05e65b98284b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 22 Feb 2015 10:54:49 +0100 Subject: Rewrite to use utils.c from ponymap I'm starting to get tired of repeatingly doing this. --- config.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.h.in (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..89cd306 --- /dev/null +++ b/config.h.in @@ -0,0 +1,8 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define PROGRAM_NAME "${PROJECT_NAME}" +#define PROGRAM_VERSION "${project_VERSION}" + +#endif // ! CONFIG_H + -- cgit v1.2.3