aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-06 11:03:47 -0300
committerEuAndreh <eu@euandre.org>2021-09-06 11:03:47 -0300
commit86293eaa176e91af45960386659caf753e3d23ac (patch)
treee59a301844a156e799b5d854a3cd614f48df2f32
parentMakefile: Generate src/config.h from src/config.h.in (diff)
downloadgistatic-86293eaa176e91af45960386659caf753e3d23ac.tar.gz
gistatic-86293eaa176e91af45960386659caf753e3d23ac.tar.xz
src/config.h.in: s/GISTATIC_CONFIG_H/CONFIG_H
-rw-r--r--src/config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 8763524..5f7b398 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -1,5 +1,5 @@
-#ifndef GISTATIC_CONFIG_H
-#define GISTATIC_CONFIG_H
+#ifndef CONFIG_H
+#define CONFIG_H
#define _POSIX_C_SOURCE 200809L
#define VERSION "@VERSION@"