diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index c96734cb966..0a9506d8416 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -111,6 +111,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 111 | 111 | ||
| 112 | /* Define to support Kerberos-authenticated POP mail retrieval. */ | 112 | /* Define to support Kerberos-authenticated POP mail retrieval. */ |
| 113 | #undef KERBEROS | 113 | #undef KERBEROS |
| 114 | /* Define to use Kerberos 5 instead of Kerberos 4 */ | ||
| 115 | #undef KERBEROS5 | ||
| 114 | 116 | ||
| 115 | /* Define to support using a Hesiod database to find the POP server. */ | 117 | /* Define to support using a Hesiod database to find the POP server. */ |
| 116 | #undef HESIOD | 118 | #undef HESIOD |
| @@ -137,8 +139,25 @@ Boston, MA 02111-1307, USA. */ | |||
| 137 | #undef HAVE_LIBRESOLV | 139 | #undef HAVE_LIBRESOLV |
| 138 | #undef HAVE_LIBXMU | 140 | #undef HAVE_LIBXMU |
| 139 | #undef HAVE_LIBNCURSES | 141 | #undef HAVE_LIBNCURSES |
| 142 | |||
| 143 | /* movemail Kerberos support */ | ||
| 144 | /* libraries */ | ||
| 140 | #undef HAVE_LIBKRB | 145 | #undef HAVE_LIBKRB |
| 146 | #undef HAVE_LIBKRB4 | ||
| 141 | #undef HAVE_LIBDES | 147 | #undef HAVE_LIBDES |
| 148 | #undef HAVE_LIBDES425 | ||
| 149 | #undef HAVE_LIBKRB5 | ||
| 150 | #undef HAVE_LIBCRYPTO | ||
| 151 | #undef HAVE_LIBCOM_ERR | ||
| 152 | /* header files */ | ||
| 153 | #undef HAVE_KRB5_H | ||
| 154 | #undef HAVE_DES_H | ||
| 155 | #undef HAVE_KRB_H | ||
| 156 | #undef HAVE_KERBEROSIV_DES_H | ||
| 157 | #undef HAVE_KERBEROSIV_KRB_H | ||
| 158 | #undef HAVE_KERBEROS_DES_H | ||
| 159 | #undef HAVE_KERBEROS_KRB_H | ||
| 160 | #undef HAVE_COM_ERR_H | ||
| 142 | 161 | ||
| 143 | /* Mail-file locking */ | 162 | /* Mail-file locking */ |
| 144 | #undef HAVE_LIBMAIL | 163 | #undef HAVE_LIBMAIL |