diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2026-01-02 22:42:31 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2026-01-02 22:42:31 +0100 |
| commit | 6ed8f5151719fbc14ec0ac6d28a346d1f74cf2ca (patch) | |
| tree | ebe7588e89e1aa2ae5376acf85f3a3a7b2ec7e10 /src/config.h.in | |
Diffstat (limited to 'src/config.h.in')
| -rw-r--r-- | src/config.h.in | 6 |
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@ |
