From 89f64d662eeac27f3b0e42fe77ee207f7971ecb8 Mon Sep 17 00:00:00 2001 From: Shantonu Sen Date: Mon, 17 Apr 2000 05:04:05 +0000 Subject: [PATCH] Adding APOP #defines --- acconfig.h | 12 ++++++++---- config.h.in | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) 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 -- 1.7.10.4