From xemacs-m  Wed Dec  4 21:13:20 1996
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id VAA02704 for <xemacs-beta@xemacs.org>; Wed, 4 Dec 1996 21:13:20 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id TAA04852; Wed, 4 Dec 1996 19:12:51 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id TAA08883; Wed, 4 Dec 1996 19:12:49 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id TAA13231; Wed, 4 Dec 1996 19:12:47 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id TAA28433; Wed, 4 Dec 1996 19:12:46 -0800
Date: Wed, 4 Dec 1996 19:12:46 -0800
Message-Id: <199612050312.TAA28433@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Eric Benson <eb@amazon.com>
Cc: xemacs-beta@xemacs.org
Subject: #define HAVE_RENAME needed for Digital Unix
In-Reply-To: <199612050226.SAA05436@buglet.amazon.com>
References: <199612050226.SAA05436@buglet.amazon.com>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Eric" == Eric Benson <eb@amazon.com> writes:

Eric> Apparently configure isn't finding some of the system calls that
Eric> exist on Digital Unix.  HAVE_SELECT was previously added.

This patch doesn't look like the way to fix it.  You need to figure
out WHY configure fails to work on this system, so that we can fix
configure, instead of hardcoding features into OS files.  configure is
sometimes hard to debug.  To start, try `configure --extra-verbose'.

BTW, I am in the process of cleaning up configure and preparing to
migrate to autoconf 2.12.  The configure script in 20.0 beta 30 is
be significantly different.

Eric> *** decosf3-1.h.~1~	Sun Sep  8 16:45:17 1996
Eric> --- decosf3-1.h	Wed Dec  4 17:26:42 1996
Eric> ***************
Eric> *** 26,30 ****
Eric> --- 26,31 ----
  
Eric>   /* #### why the hell is configure so broken on this system? */
Eric>   #define HAVE_SELECT
Eric> + #define HAVE_RENAME
  
Eric>   #define BROKEN_SIGIO

Martin

