Commit 2dc0b9ff 2dc0b9ff19b39b69a9d217ae30f75fafeb15bd1b by Sergey Poznyakoff

(mu_conf_option): Added ENABLE_NNTP

1 parent f7e45f62
......@@ -329,6 +329,9 @@ static char *mu_conf_option[] = {
#ifdef ENABLE_SENDMAIL
"ENABLE_SENDMAIL",
#endif
#ifdef ENABLE_NNTP
"ENABLE_NNTP",
#endif
#ifdef WITH_INCLUDED_LIBINTL
"WITH_INCLUDED_LIBINTL",
#endif
......