aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-05 19:07:58 -0300
committerEuAndreh <eu@euandre.org>2021-09-05 19:07:58 -0300
commit2d8bf12a0a7422bdedd6b27e8c1fb7c5202cb798 (patch)
treef3d53d2dd21aa7cb831cc86c18b66075436b00ea /src/config.h.in
parentMakefile: Add better .c.o inference rule (diff)
downloadgistatic-2d8bf12a0a7422bdedd6b27e8c1fb7c5202cb798.tar.gz
gistatic-2d8bf12a0a7422bdedd6b27e8c1fb7c5202cb798.tar.xz
Makefile: Generate src/config.h from src/config.h.in
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
new file mode 100644
index 0000000..8763524
--- /dev/null
+++ b/src/config.h.in
@@ -0,0 +1,9 @@
+#ifndef GISTATIC_CONFIG_H
+#define GISTATIC_CONFIG_H
+
+#define _POSIX_C_SOURCE 200809L
+#define VERSION "@VERSION@"
+#define DATE "@DATE@"
+#define PROGNAME "@NAME@"
+
+#endif