aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-23 22:03:39 +0000
committerJim Blandy1993-05-23 22:03:39 +0000
commit493744e5aea2ace51564e8dae0bec87a37c318c9 (patch)
tree50ef4021220d55a7c76fbf5a9b541e7d6baf84ad /src
parent46af2ed8eca3100b63553a66bfe0242be4ee08c7 (diff)
downloademacs-493744e5aea2ace51564e8dae0bec87a37c318c9.tar.gz
emacs-493744e5aea2ace51564e8dae0bec87a37c318c9.zip
Remove HAVE_RENAME; configure guesses that now.
Diffstat (limited to 'src')
-rw-r--r--src/m/ibmps2-aix.h1
-rw-r--r--src/m/pfa50.h1
-rw-r--r--src/s/gnu-linux.h1
-rw-r--r--src/s/hpux.h1
-rw-r--r--src/s/isc2-2.h1
-rw-r--r--src/s/sco4.h4
-rw-r--r--src/s/usg5-4.h1
7 files changed, 0 insertions, 10 deletions
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h
index e69588c5589..fe01a60f8d4 100644
--- a/src/m/ibmps2-aix.h
+++ b/src/m/ibmps2-aix.h
@@ -222,7 +222,6 @@ so disable it for them. */
222#ifdef USG5_3 222#ifdef USG5_3
223#define XICCC 223#define XICCC
224#define HAVE_GETWD 224#define HAVE_GETWD
225#define HAVE_RENAME
226#undef LD_SWITCH_MACHINE 225#undef LD_SWITCH_MACHINE
227#define LD_SWITCH_MACHINE -T0x0 -K -e start 226#define LD_SWITCH_MACHINE -T0x0 -K -e start
228 227
diff --git a/src/m/pfa50.h b/src/m/pfa50.h
index b5bcb3e6c9b..ceb35fc3bc5 100644
--- a/src/m/pfa50.h
+++ b/src/m/pfa50.h
@@ -93,7 +93,6 @@ and this notice must be preserved on all copies. */
93#define HAVE_SELECT 93#define HAVE_SELECT
94#define HAVE_PTYS 94#define HAVE_PTYS
95#define HAVE_SOCKETS 95#define HAVE_SOCKETS
96#define HAVE_RENAME
97 96
98/* SX/A use SystemV style getdents/readdir. */ 97/* SX/A use SystemV style getdents/readdir. */
99#define HAVE_CLOSEDIR 98#define HAVE_CLOSEDIR
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index dbd6dbd098f..818d6e84a5b 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -156,7 +156,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
156 156
157/* This is needed for sysdep.c */ 157/* This is needed for sysdep.c */
158 158
159#define HAVE_RENAME
160#define HAVE_UNISTD_H /* for getpagesize.h */ 159#define HAVE_UNISTD_H /* for getpagesize.h */
161#define HAVE_ALLOCA_H /* for getdate.y */ 160#define HAVE_ALLOCA_H /* for getdate.y */
162#define NO_SIOCTL_H /* don't have sioctl.h */ 161#define NO_SIOCTL_H /* don't have sioctl.h */
diff --git a/src/s/hpux.h b/src/s/hpux.h
index fb3903d96e6..7b29e2ce148 100644
--- a/src/s/hpux.h
+++ b/src/s/hpux.h
@@ -228,7 +228,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
228 228
229#define HAVE_VFORK 229#define HAVE_VFORK
230#define HAVE_PERROR /* Delete this line for version 6. */ 230#define HAVE_PERROR /* Delete this line for version 6. */
231#define HAVE_RENAME
232 231
233/* The following maps shared exec file to demand loaded exec. 232/* The following maps shared exec file to demand loaded exec.
234 Don't do this as demand loaded exec is broken in hpux. */ 233 Don't do this as demand loaded exec is broken in hpux. */
diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h
index 9af73a1a8b1..9cbc448ca24 100644
--- a/src/s/isc2-2.h
+++ b/src/s/isc2-2.h
@@ -23,7 +23,6 @@
23#define NO_FCHMOD 23#define NO_FCHMOD
24 24
25#define HAVE_PTYS 25#define HAVE_PTYS
26#define HAVE_RENAME
27#define HAVE_CLOSEDIR 26#define HAVE_CLOSEDIR
28#define MAXNAMLEN 512 27#define MAXNAMLEN 512
29#define O_NDELAY O_NONBLOCK 28#define O_NDELAY O_NONBLOCK
diff --git a/src/s/sco4.h b/src/s/sco4.h
index a94e27dcb51..e814ebce793 100644
--- a/src/s/sco4.h
+++ b/src/s/sco4.h
@@ -62,10 +62,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
62#undef BROKEN_TIOCGWINSZ 62#undef BROKEN_TIOCGWINSZ
63#define NEED_PTEM_H 63#define NEED_PTEM_H
64 64
65/* SCO has rename, but some people say it is broken. Try this for
66 now. */
67#define HAVE_RENAME
68
69/* We need to link with crt1.o and crtn.o. */ 65/* We need to link with crt1.o and crtn.o. */
70#define START_FILES pre-crt0.o /lib/crt1.o 66#define START_FILES pre-crt0.o /lib/crt1.o
71#define LIB_STANDARD -lc /lib/crtn.o 67#define LIB_STANDARD -lc /lib/crtn.o
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 336c752fa11..c599ec0f84d 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -85,7 +85,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
85 85
86/* libc has this stuff, but not utimes. */ 86/* libc has this stuff, but not utimes. */
87 87
88#define HAVE_RENAME
89#define HAVE_SELECT 88#define HAVE_SELECT
90#define HAVE_TIMEVAL 89#define HAVE_TIMEVAL
91#define HAVE_CLOSEDIR 90#define HAVE_CLOSEDIR