From: Shantonu Sen Date: Mon, 17 Apr 2000 05:04:05 +0000 (+0000) Subject: Adding APOP #defines X-Git-Tag: nmh-1_0~34 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=89f64d662eeac27f3b0e42fe77ee207f7971ecb8;p=mmh Adding APOP #defines --- diff --git a/acconfig.h b/acconfig.h index c35d705..612c9ec 100644 --- a/acconfig.h +++ b/acconfig.h @@ -183,6 +183,14 @@ #undef POP /* + * Define this to compile client-side support for apop into + * inc and msgchk. Do not change this value manually. You + * must run configure with the '--enable-apop' option to + * correctly build the apop client support. + */ +#undef APOP + +/* * Define this to compile client-side support for kpop * (kerberized pop) into inc and msgchk. Do not change this * value manually. You must run configure with the option @@ -247,10 +255,6 @@ */ #undef MAILGROUP -/* Define ruserpass as _ruserpass if your libraries have a bug * - * such that it can't find ruserpass, but can find _ruserpass. */ -#undef ruserpass - /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */ #undef GWINSZ_IN_SYS_IOCTL diff --git a/config.h.in b/config.h.in index a97210f..a07a891 100644 --- a/config.h.in +++ b/config.h.in @@ -230,6 +230,14 @@ #undef POP /* + * Define this to compile client-side support for apop into + * inc and msgchk. Do not change this value manually. You + * must run configure with the '--enable-apop' option to + * correctly build the apop client support. + */ +#undef APOP + +/* * Define this to compile client-side support for kpop * (kerberized pop) into inc and msgchk. Do not change this * value manually. You must run configure with the option @@ -294,10 +302,6 @@ */ #undef MAILGROUP -/* Define ruserpass as _ruserpass if your libraries have a bug * - * such that it can't find ruserpass, but can find _ruserpass. */ -#undef ruserpass - /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */ #undef GWINSZ_IN_SYS_IOCTL