diff options
author | Slávek Banko <[email protected]> | 2016-09-18 20:59:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-18 21:00:00 +0200 |
commit | 1404d26a1e72b9e29f460fe828d42af57d925a99 (patch) | |
tree | d67a20b74852662a123da6c6d537d6c84820bad6 /config.h.cmake | |
parent | e92dc6bf694aea0048ea774c3226a135cd61b6ff (diff) | |
download | tellico-1404d26a1e72b9e29f460fe828d42af57d925a99.tar.gz tellico-1404d26a1e72b9e29f460fe828d42af57d925a99.zip |
Initial cmake conversion
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 3f7006b6807add37a3de957c525600a31424a498)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 0000000..dad62ef --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,32 @@ +#cmakedefine VERSION "@VERSION@" + +// User specified build options + +#cmakedefine HAVE_TAGLIB 1 +#cmakedefine HAVE_YAZ 1 +#cmakedefine HAVE_KCDDB 1 +#cmakedefine HAVE_KCAL 1 +#cmakedefine SAX_SUPPORT 1 + +#cmakedefine AMAZON_SUPPORT 1 +#cmakedefine IMDB_SUPPORT 1 +#cmakedefine USE_CDTEXT 1 +#cmakedefine HAVE_EXEMPI 1 +#cmakedefine HAVE_POPPLER 1 +#cmakedefine ENABLE_WEBCAM 1 + +// System configuration + +#cmakedefine HAVE_USHORT 1 +#cmakedefine HAVE_BOOLEAN 1 +#cmakedefine HAVE_STRDUP_DECL 1 + +#cmakedefine VIDEODEV_HEADER "@VIDEODEV_HEADER@" + +#define SIZEOF_INT @SIZEOF_INT@ +#define SIZEOF_LONG @SIZEOF_LONG@ +#define SIZEOF_SHORT @SIZEOF_SHORT@ +#define SIZEOF_UNSIGNED_CHAR @SIZEOF_UNSIGNED_CHAR@ +#define SIZEOF_UNSIGNED_INT @SIZEOF_UNSIGNED_INT@ +#define SIZEOF_UNSIGNED_LONG @SIZEOF_UNSIGNED_LONG@ +#define SIZEOF_UNSIGNED_SHORT @SIZEOF_UNSIGNED_SHORT@ |