diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-27 15:26:51 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-29 16:48:56 +0100 |
commit | d0eee678b59c703cec15431b66cfcac9e5741815 (patch) | |
tree | 33943c9a9599b4566ddacac9094cc8c73743c5df /config.h.in | |
download | hex-d0eee678b59c703cec15431b66cfcac9e5741815.tar.gz hex-d0eee678b59c703cec15431b66cfcac9e5741815.tar.xz hex-d0eee678b59c703cec15431b66cfcac9e5741815.zip |
Initial commit
This is essentially a gutted fork of nncmpp that doesn't do anything.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..b61ed66 --- /dev/null +++ b/config.h.in @@ -0,0 +1,10 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define PROGRAM_NAME "${CMAKE_PROJECT_NAME}" +#define PROGRAM_VERSION "${project_VERSION}" + +#cmakedefine HAVE_RESIZETERM + +#endif // ! CONFIG_H + |