aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-03-02 08:49:21 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-03-02 19:14:37 +0100
commit8a3241d5c46e8b8fac382f606147285e314f1f6b (patch)
tree95fb8534ca24f21ebf5bb9a9713924c3c6c11aed /config.h.in
downloadjson-rpc-shell-8a3241d5c46e8b8fac382f606147285e314f1f6b.tar.gz
json-rpc-shell-8a3241d5c46e8b8fac382f606147285e314f1f6b.tar.xz
json-rpc-shell-8a3241d5c46e8b8fac382f606147285e314f1f6b.zip
Initial commit
Not even the demo is able to compile yet. I'm just tracking my progress.
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
+