pkgsrc/devel/ddd/patches/patch-aa
1998-08-07 10:35:47 +00:00

20 lines
520 B
Text

$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:23 agc Exp $
--- ddd/userinfo.C.orig Tue Jan 20 20:58:24 1998
+++ ddd/userinfo.C Sat Jun 20 01:17:54 1998
@@ -181,6 +181,7 @@
// Try Netscape and Lynx preferences
+#if 0
// Netscape 4.0
if (!is_email(s))
s = email_from_preferences(pwd->pw_dir, ".netscape/preferences.js",
@@ -195,6 +196,7 @@
if (!is_email(s))
s = email_from_preferences(pwd->pw_dir, ".netscape-preferences",
"EMAIL_ADDRESS:");
+#endif
// Lynx
if (!is_email(s))