diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-22 10:54:49 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-22 20:06:10 +0100 |
commit | 66cf41f89ff8e33413b63a351c05e65b98284b7a (patch) | |
tree | 15f344eaee3d693aa519b863fe44fd642820495d /config.h.in | |
parent | 0f2a66e7b0a00af827c26db0a063c01bec65d0a6 (diff) | |
download | json-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.in | 8 |
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 + |