aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-22 10:54:49 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-22 20:06:10 +0100
commit66cf41f89ff8e33413b63a351c05e65b98284b7a (patch)
tree15f344eaee3d693aa519b863fe44fd642820495d /config.h.in
parent0f2a66e7b0a00af827c26db0a063c01bec65d0a6 (diff)
downloadjson-rpc-shell-66cf41f89ff8e33413b63a351c05e65b98284b7a.tar.gz
json-rpc-shell-66cf41f89ff8e33413b63a351c05e65b98284b7a.tar.xz
json-rpc-shell-66cf41f89ff8e33413b63a351c05e65b98284b7a.zip
Rewrite to use utils.c from ponymap
I'm starting to get tired of repeatingly doing this.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 8 insertions, 0 deletions
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
+