From xemacs-m  Sat Mar 22 11:18:39 1997
Received: from GS213.SP.CS.CMU.EDU (GS213.SP.CS.CMU.EDU [128.2.209.183])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA29120
	for <xemacs-beta@xemacs.org>; Sat, 22 Mar 1997 11:18:39 -0600 (CST)
Received: by GS213.SP.CS.CMU.EDU (AIX 3.2/UCB 5.64/4.03)
          id AA45263; Sat, 22 Mar 1997 12:18:37 -0500
Date: Sat, 22 Mar 1997 12:18:37 -0500
Message-Id: <9703221718.AA45263@GS213.SP.CS.CMU.EDU>
From: Darrell Kindred <dkindred@cmu.edu>
To: xemacs-beta@xemacs.org
Subject: s/ultrix4-3.h [patch]
Organization: Carnegie Mellon University School of Computer Science

The system description file for Ultrix 4.3 is missing.  A
simple one that just includes ultrix.h seems to do the job.
I've put one below.  (FSF just uses a single ultrix4-3.h in
place of ultrix.h; that would work too.)

- Darrell

=== src/s/ultrix4-3.h ===

/* Ultrix 4.3 system description header file.
   Copyright (C) 1997 Free Software Foundation, Inc.

This file is part of GNU Emacs.

GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with XEmacs; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.  */

#include "ultrix.h"

