aboutsummaryrefslogtreecommitdiff
path: root/src/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/help.c b/src/help.c
index e22ba96..e2926e7 100644
--- a/src/help.c
+++ b/src/help.c
@@ -2,7 +2,7 @@
help.c
This file is part of GNU Anubis.
- Copyright (C) 2001-2014 The Anubis Team.
+ Copyright (C) 2001-2024 The Anubis Team.
GNU Anubis is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -37,6 +37,9 @@ static char *config_opts[] = {
#ifdef WITH_PGSQL
"POSTGRES",
#endif /* WITH_PGSQL */
+#ifdef HAVE_LIBGDBM
+ "GDBM",
+#endif
#ifdef WITH_GUILE
"GUILE",
#endif /* WITH_GUILE */
@@ -58,6 +61,9 @@ static char *config_opts[] = {
#ifdef ENABLE_NLS
"NLS",
#endif /* ENABLE_NLS */
+#ifdef USE_GCRYPT
+ "GCRYPT",
+#endif /* USE_GCRYPT */
NULL
};

Return to:

Send suggestions and report system problems to the System administrator.