aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-14 07:38:02 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-14 07:38:02 +0000
commit04e293356472e13c75636bec4947c1c564339d3b (patch)
tree93c048526c8a063682985863febf2066b7902d0e /acconfig.h
parent582eb25eccedcdbff029947f777a111a9b7008af (diff)
downloadfetchmail-04e293356472e13c75636bec4947c1c564339d3b.tar.gz
fetchmail-04e293356472e13c75636bec4947c1c564339d3b.tar.bz2
fetchmail-04e293356472e13c75636bec4947c1c564339d3b.zip
NTLM support integrated.
svn path=/trunk/; revision=2554
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 48cd9abc..15440a3b 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -94,6 +94,9 @@
/* Define if you want RPA support compiled in */
#undef RPA_ENABLE
+/* Define if you want NTLM authentication */
+#undef NTLM_ENABLE
+
/* Define if you want SDPS support compiled in */
#undef SDPS_ENABLE