summaryrefslogtreecommitdiff
path: root/mu/libexec
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-06-04 08:50:26 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-06-04 08:50:26 +0300
commit038e3aec93a62c466bfadf6675d040f1e596e561 (patch)
tree66b31f164f6eb75e7eae276af29adfd01ea2c60b /mu/libexec
parente769f7c1312d1d7b66604f5d443cffb4f1ad5023 (diff)
downloadmailutils-038e3aec93a62c466bfadf6675d040f1e596e561.tar.gz
mailutils-038e3aec93a62c466bfadf6675d040f1e596e561.tar.bz2
Remove placeholder (mapi) and dead (nntp) code
Diffstat (limited to 'mu/libexec')
-rw-r--r--mu/libexec/ldflags.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/mu/libexec/ldflags.c b/mu/libexec/ldflags.c
index 354eb3257..85065e452 100644
--- a/mu/libexec/ldflags.c
+++ b/mu/libexec/ldflags.c
@@ -55,9 +55,6 @@ struct lib_descr {
{ "pop", "-lmu_pop", 0 },
{ "pop", NEEDAUTH, 2 },
#endif
-#ifdef ENABLE_NNTP
- { "nntp", "-lmu_nntp", 0 },
-#endif
#ifdef ENABLE_DBM
{ "dbm", "-lmu_dbm", 0 },
{ "dbm", DBMLIBS, 2 },
@@ -71,9 +68,10 @@ struct lib_descr {
#ifdef WITH_PYTHON
{ "python", "-lmu_py " PYTHON_LIBS, -1, NOTALL },
#endif
- { "compat", NULL, 0, 0 }, /* deprecated */
- { "cfg", NULL, 0, 0 }, /* deprecated */
- { "argp", NULL, 0, 0 }, /* deprecated */
+ { "compat" }, /* deprecated */
+ { "cfg" }, /* deprecated */
+ { "argp" }, /* deprecated */
+ { "nntp" }, /* deprecated */
{ NULL }
};

Return to:

Send suggestions and report system problems to the System administrator.