diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-09-28 22:44:59 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-01 04:41:54 +0200 |
commit | ec339eb0ff6bdb1d2feaa538bdeb12ea18eb540c (patch) | |
tree | aacc389689b05bbc872b6978b2916de7e37fd576 /config.h.in | |
download | nncmpp-ec339eb0ff6bdb1d2feaa538bdeb12ea18eb540c.tar.gz nncmpp-ec339eb0ff6bdb1d2feaa538bdeb12ea18eb540c.tar.xz nncmpp-ec339eb0ff6bdb1d2feaa538bdeb12ea18eb540c.zip |
Initial commit
This is mostly sdtui code ported over from GLib to liberty,
with some MPD code from desktop-tools.
It tracks the current song and that's it.
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 + |