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 @@
2 help.c 2 help.c
3 3
4 This file is part of GNU Anubis. 4 This file is part of GNU Anubis.
5 Copyright (C) 2001-2014 The Anubis Team. 5 Copyright (C) 2001-2024 The Anubis Team.
6 6
7 GNU Anubis is free software; you can redistribute it and/or modify it 7 GNU Anubis is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the 8 under the terms of the GNU General Public License as published by the
@@ -37,6 +37,9 @@ static char *config_opts[] = {
37#ifdef WITH_PGSQL 37#ifdef WITH_PGSQL
38 "POSTGRES", 38 "POSTGRES",
39#endif /* WITH_PGSQL */ 39#endif /* WITH_PGSQL */
40#ifdef HAVE_LIBGDBM
41 "GDBM",
42#endif
40#ifdef WITH_GUILE 43#ifdef WITH_GUILE
41 "GUILE", 44 "GUILE",
42#endif /* WITH_GUILE */ 45#endif /* WITH_GUILE */
@@ -58,6 +61,9 @@ static char *config_opts[] = {
58#ifdef ENABLE_NLS 61#ifdef ENABLE_NLS
59 "NLS", 62 "NLS",
60#endif /* ENABLE_NLS */ 63#endif /* ENABLE_NLS */
64#ifdef USE_GCRYPT
65 "GCRYPT",
66#endif /* USE_GCRYPT */
61 NULL 67 NULL
62}; 68};
63 69

Return to:

Send suggestions and report system problems to the System administrator.