head	1.4;
access;
symbols
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.3
	RELEASE_3_1_0:1.3
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.3
	RELEASE_2_2_7:1.3
	RELEASE_2_2_6:1.3
	RELEASE_2_2_5:1.3
	RELEASE_2_2_1:1.3
	RELEASE_2_2_2:1.3
	mosaic2_6:1.1.1.1
	NCSA:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2004.04.11.01.45.12;	author kris;	state dead;
branches;
next	1.3;

1.3
date	96.04.11.09.07.23;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	95.12.05.05.13.04;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	95.08.23.13.38.35;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.08.23.13.38.35;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@As announced 2 months ago, remove these deprecated or broken ports.
@
text
@--- ./src/xresources.h.org	Tue Apr  9 21:41:26 1996
+++ ./src/xresources.h	Tue Apr  9 21:43:12 1996
@@@@ -94,7 +94,7 @@@@
   { "confirmExit", "ConfirmExit", XtRBoolean, sizeof (Boolean),
       offset (confirm_exit), XtRString, "True" },
   /* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
-#ifdef __bsdi__
+#if defined(__bsdi__) || defined(__FreeBSD__)
   { "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
       offset (sendmail_command), XtRString, "/usr/sbin/sendmail -t" },
 #else
@


1.3
log
@Upgrade, 2.7b2 -> 2.7b4.  Also make it conform to Motif standard here.
@
text
@@


1.2
log
@Upgrade to 2.7b2, support PNG images now
@
text
@d1 11
a11 19
*** src/xresources.h.orig	Wed Oct 25 10:40:00 1995
--- src/xresources.h	Tue Dec  5 06:11:22 1995
***************
*** 95,101 ****
        offset (confirm_exit), XtRString, "True" },
    /* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
    { "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
!       offset (sendmail_command), XtRString, "/usr/lib/sendmail -t" },
    /* Ignore this.  Stealth feature. */
    { "mailFilterCommand", "MailFilterCommand", XtRString, sizeof (char *),
        offset (mail_filter_command), XtRString, NULL },
--- 95,101 ----
        offset (confirm_exit), XtRString, "True" },
    /* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
    { "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
!       offset (sendmail_command), XtRString, "/usr/sbin/sendmail -t" },
    /* Ignore this.  Stealth feature. */
    { "mailFilterCommand", "MailFilterCommand", XtRString, sizeof (char *),
        offset (mail_filter_command), XtRString, NULL },
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
*** src/xresources.h.orig	Mon Aug  7 19:37:50 1995
--- src/xresources.h	Mon Aug  7 19:38:55 1995
d8 1
a8 1
!       offset (sendmail_command), XtRString, "/usr/lib/sendmail" },
d16 1
a16 1
!       offset (sendmail_command), XtRString, "/usr/sbin/sendmail" },
@


1.1.1.1
log
@Bring in a port of Mosaic.  This can only be built by people with Motif,
so we'll not enable it by default.
Submitted by:	torstenb
@
text
@@
