summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2026-01-02 22:42:31 +0100
committerJoel Klinghed <the_jk@spawned.biz>2026-01-02 22:42:31 +0100
commit6ed8f5151719fbc14ec0ac6d28a346d1f74cf2ca (patch)
treeebe7588e89e1aa2ae5376acf85f3a3a7b2ec7e10 /src/config.h.in
Initial commitHEADmain
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
new file mode 100644
index 0000000..5280a3d
--- /dev/null
+++ b/src/config.h.in
@@ -0,0 +1,6 @@
+#define VERSION "@version@"
+
+#define HAVE_JPEG @have_jpeg@
+#define HAVE_PNG @have_png@
+#define HAVE_RSVG @have_rsvg@
+#define HAVE_XPM @have_xpm@