9360c0d5e6
fetchmail-5.2.3 (Tue Jan 4 01:56:11 EST 2000), 18421 lines: * Ken Estes's patch to check for unreachable UIDL file due to bad NFS mount. * Jorge Godoy's replacement pt_BR.po and various minor translation fixes. * Javier Kohen's replacement for es.po. * Munechika SUMIKAWA's patch to make IPv6 version build when POP2 is enabled. * Russian translation removed; it was badly garbled. * Added Rick van Rein's fetchmaildistrib script to the contrib directory. * Gunther Leber's cleanup patches. * Note to translators: The bodies of the login-error and timeout-error form letters have been changed in driver.c. fetchmail-5.2.2 (Sun Dec 26 09:31:07 EST 1999), 18365 lines: * Arrange for fetchmail to restart itself quietly when the rc file is touched. * Improvements to IPv6 code from Jun-ichiro itojun Hagino <itojun@iijlab.net>. * Drastic simplification of UIDL code, suggested by Ken Estes. fetchmail-5.2.1 (Sun Dec 19 23:08:53 EST 1999), 18330 lines: * Added FAQ item R10 on timeouts during messages. * Fixed indentation problem in fetchmailconf. * Federico Schwindt's patch to fix broken SSL configuration. * Fixes to use fetchmail with IPv6 enabled on glibc without inet6-apps installed; thanks to Arkadiusz Mis'kiewicz. * Interpret IMAP PREAUTH tag correctly (from Joerg Dorchain). * Upgraded to version 0.21 of smbutil.c. FAQ item S2 now documents how to set a domain name.
14 lines
352 B
Text
14 lines
352 B
Text
$NetBSD: patch-ad,v 1.6 2000/01/10 22:50:18 frueauf Exp $
|
||
|
||
--- acconfig.h-orig Sun Dec 19 18:17:58 1999
|
||
+++ acconfig.h Mon Jan 10 22:09:15 2000
|
||
@@ -14,6 +14,9 @@
|
||
Leave the following blank line there!! Autoheader needs it. */
|
||
|
||
|
||
+/* Define to 1 if you have MD5 */
|
||
+#undef HAVE_MD5
|
||
+
|
||
/* Define to 1 if NLS is requested. */
|
||
#undef ENABLE_NLS
|
||
|