From xemacs-m  Wed Dec  4 20:39:42 1996
Received: from bert.amazon.com (bert.amazon.com [204.177.154.1]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id UAA02554 for <xemacs-beta@xemacs.org>; Wed, 4 Dec 1996 20:39:41 -0600 (CST)
Received: from buglet.amazon.com (buglet.amazon.com [204.177.154.17]) by bert.amazon.com (8.7.6/8.7.3) with ESMTP id SAA29937 for <xemacs-beta@xemacs.org>; Wed, 4 Dec 1996 18:39:05 -0800 (PST)
Received: (from eb@localhost) by buglet.amazon.com (8.7.6/8.7.3) id SAA05436; Wed, 4 Dec 1996 18:26:45 -0800 (PST)
Date: Wed, 4 Dec 1996 18:26:45 -0800 (PST)
Message-Id: <199612050226.SAA05436@buglet.amazon.com>
From: Eric Benson <eb@amazon.com>
To: xemacs-beta@xemacs.org
Subject: #define HAVE_RENAME needed for Digital Unix

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

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

