aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-09-10 17:08:07 +0000
committerla-ninpre <leobrekalini@gmail.com>2021-09-10 17:08:07 +0000
commit2d542a6c14625efa1b2c6249972bd36e117e3fa8 (patch)
treeadff9bb9a2a159caec94f2f7e375e79ee0abe5aa /config.h.in
parent00981834d98546471e30441979a36dac52a76ecd (diff)
downloadnimisewi_c-2d542a6c14625efa1b2c6249972bd36e117e3fa8.tar.gz
nimisewi_c-2d542a6c14625efa1b2c6249972bd36e117e3fa8.zip
added compiler info to nimisewiv0.3.1
also removed error checks from nimisewi, nimisewi.cgi and nimisewi_gemini.cgi because this error check has to happen inside nimi_sewi() and not in those programs. FossilOrigin-Name: 2fd4c9495753569c904132ee83cd5f14662389c69399c27f289e0e3ae35aa0cb
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c0ff135..08ca98c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,3 +1,4 @@
#define NIMISEWI_VERSION "@nimisewi_VERSION@"
#define PACKAGE_STRING "@CMAKE_PROJECT_NAME@" " " NIMISEWI_VERSION
#define PACKAGE_DESCRIPTION "@nimisewi_DESCRIPTION@"
+#define COMPILER_NAME "@PROJECT_C_COMPILER_VERSION@"