aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-12-15 04:53:56 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-12-15 04:53:56 +0000
commit9d237b3d2703a39e87fb9eaa80d0c04b8ebc4d11 (patch)
tree7f2538fd1263549cb64484aa2dcfc6b744712869 /INSTALL
parent33b0a5870613e7df0cb9df3e90f92f209a2f0ac2 (diff)
downloadfetchmail-9d237b3d2703a39e87fb9eaa80d0c04b8ebc4d11.tar.gz
fetchmail-9d237b3d2703a39e87fb9eaa80d0c04b8ebc4d11.tar.bz2
fetchmail-9d237b3d2703a39e87fb9eaa80d0c04b8ebc4d11.zip
Note about GSSAPI build.
svn path=/trunk/; revision=1572
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 8efda20c..750dd910 100644
--- a/INSTALL
+++ b/INSTALL
@@ -49,6 +49,12 @@ Support for CompuServe's RPA authentication method (rather similar to
APOP) is available but also not included in the standard build. You
can compile it in with `configure --enable-RPA'.
+Support for authentication using GSSAPI over Kerberos V is available
+but also not included by default. You can compile it in with
+`configure --enable-RPA', which looks for GSSAPI support in standard
+locations (/usr, /usr/local, /usr/athena). If you set --enable-GSSAPI=DIR
+you can direct the build to look for GSSAPI support under DIR.
+
If you want to build for debugging,
CFLAGS=-g LDFLAGS=" " ./configure