diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-14 07:38:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-14 07:38:02 +0000 |
commit | 04e293356472e13c75636bec4947c1c564339d3b (patch) | |
tree | 93c048526c8a063682985863febf2066b7902d0e /acconfig.h | |
parent | 582eb25eccedcdbff029947f777a111a9b7008af (diff) | |
download | fetchmail-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |