diff options
| author | Karl Heuer | 1998-04-07 03:26:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-04-07 03:26:32 +0000 |
| commit | e0834ad2c7fd755c09a90ab59ff097d7b00941bf (patch) | |
| tree | dd0addaccbea47f9b50007cf728b79050eb0aa96 /src | |
| parent | e71b197157bd0e366edf5ac706134c4dc3759833 (diff) | |
| download | emacs-e0834ad2c7fd755c09a90ab59ff097d7b00941bf.tar.gz emacs-e0834ad2c7fd755c09a90ab59ff097d7b00941bf.zip | |
(GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):
Add undefs for GSS-API support in movemail.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index a1bb4c7a007..5a308795567 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -112,6 +112,8 @@ Boston, MA 02111-1307, USA. */ | |||
| 112 | #undef KERBEROS | 112 | #undef KERBEROS |
| 113 | /* Define to use Kerberos 5 instead of Kerberos 4 */ | 113 | /* Define to use Kerberos 5 instead of Kerberos 4 */ |
| 114 | #undef KERBEROS5 | 114 | #undef KERBEROS5 |
| 115 | /* Define to support GSS-API in addition to (or instead of) Kerberos */ | ||
| 116 | #undef GSSAPI | ||
| 115 | 117 | ||
| 116 | /* Define to support using a Hesiod database to find the POP server. */ | 118 | /* Define to support using a Hesiod database to find the POP server. */ |
| 117 | #undef HESIOD | 119 | #undef HESIOD |
| @@ -160,6 +162,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 160 | #undef HAVE_KERBEROS_KRB_H | 162 | #undef HAVE_KERBEROS_KRB_H |
| 161 | #undef HAVE_COM_ERR_H | 163 | #undef HAVE_COM_ERR_H |
| 162 | 164 | ||
| 165 | /* GSS-API libraries and headers */ | ||
| 166 | #undef HAVE_LIBGSSAPI_KRB5 | ||
| 167 | #undef HAVE_LIBGSSAPI | ||
| 168 | #undef HAVE_GSSAPI_H | ||
| 169 | |||
| 163 | /* Mail-file locking */ | 170 | /* Mail-file locking */ |
| 164 | #undef HAVE_LIBMAIL | 171 | #undef HAVE_LIBMAIL |
| 165 | #undef HAVE_MAILLOCK_H | 172 | #undef HAVE_MAILLOCK_H |