# HG changeset patch # User Jim Blandy # Date 738194619 0 # Node ID 571142b03bf46003bc6128e1dafd5e76998cdc86 # Parent 9403c9149e7974a0044a84a7a4656fa44776436b Remove HAVE_RENAME; configure guesses that now. diff -r 9403c9149e79 -r 571142b03bf4 src/m/ibmps2-aix.h --- a/src/m/ibmps2-aix.h Sun May 23 21:49:20 1993 +0000 +++ b/src/m/ibmps2-aix.h Sun May 23 22:03:39 1993 +0000 @@ -222,7 +222,6 @@ #ifdef USG5_3 #define XICCC #define HAVE_GETWD -#define HAVE_RENAME #undef LD_SWITCH_MACHINE #define LD_SWITCH_MACHINE -T0x0 -K -e start diff -r 9403c9149e79 -r 571142b03bf4 src/m/pfa50.h --- a/src/m/pfa50.h Sun May 23 21:49:20 1993 +0000 +++ b/src/m/pfa50.h Sun May 23 22:03:39 1993 +0000 @@ -93,7 +93,6 @@ #define HAVE_SELECT #define HAVE_PTYS #define HAVE_SOCKETS -#define HAVE_RENAME /* SX/A use SystemV style getdents/readdir. */ #define HAVE_CLOSEDIR diff -r 9403c9149e79 -r 571142b03bf4 src/s/gnu-linux.h --- a/src/s/gnu-linux.h Sun May 23 21:49:20 1993 +0000 +++ b/src/s/gnu-linux.h Sun May 23 22:03:39 1993 +0000 @@ -156,7 +156,6 @@ /* This is needed for sysdep.c */ -#define HAVE_RENAME #define HAVE_UNISTD_H /* for getpagesize.h */ #define HAVE_ALLOCA_H /* for getdate.y */ #define NO_SIOCTL_H /* don't have sioctl.h */ diff -r 9403c9149e79 -r 571142b03bf4 src/s/hpux.h --- a/src/s/hpux.h Sun May 23 21:49:20 1993 +0000 +++ b/src/s/hpux.h Sun May 23 22:03:39 1993 +0000 @@ -228,7 +228,6 @@ #define HAVE_VFORK #define HAVE_PERROR /* Delete this line for version 6. */ -#define HAVE_RENAME /* The following maps shared exec file to demand loaded exec. Don't do this as demand loaded exec is broken in hpux. */ diff -r 9403c9149e79 -r 571142b03bf4 src/s/isc2-2.h --- a/src/s/isc2-2.h Sun May 23 21:49:20 1993 +0000 +++ b/src/s/isc2-2.h Sun May 23 22:03:39 1993 +0000 @@ -23,7 +23,6 @@ #define NO_FCHMOD #define HAVE_PTYS -#define HAVE_RENAME #define HAVE_CLOSEDIR #define MAXNAMLEN 512 #define O_NDELAY O_NONBLOCK diff -r 9403c9149e79 -r 571142b03bf4 src/s/sco4.h --- a/src/s/sco4.h Sun May 23 21:49:20 1993 +0000 +++ b/src/s/sco4.h Sun May 23 22:03:39 1993 +0000 @@ -62,10 +62,6 @@ #undef BROKEN_TIOCGWINSZ #define NEED_PTEM_H -/* SCO has rename, but some people say it is broken. Try this for - now. */ -#define HAVE_RENAME - /* We need to link with crt1.o and crtn.o. */ #define START_FILES pre-crt0.o /lib/crt1.o #define LIB_STANDARD -lc /lib/crtn.o diff -r 9403c9149e79 -r 571142b03bf4 src/s/usg5-4.h --- a/src/s/usg5-4.h Sun May 23 21:49:20 1993 +0000 +++ b/src/s/usg5-4.h Sun May 23 22:03:39 1993 +0000 @@ -85,7 +85,6 @@ /* libc has this stuff, but not utimes. */ -#define HAVE_RENAME #define HAVE_SELECT #define HAVE_TIMEVAL #define HAVE_CLOSEDIR