Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
493744e5
Commit
493744e5
authored
May 23, 1993
by
Jim Blandy
Browse files
Remove HAVE_RENAME; configure guesses that now.
parent
46af2ed8
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
10 deletions
+0
-10
src/m/ibmps2-aix.h
src/m/ibmps2-aix.h
+0
-1
src/m/pfa50.h
src/m/pfa50.h
+0
-1
src/s/gnu-linux.h
src/s/gnu-linux.h
+0
-1
src/s/hpux.h
src/s/hpux.h
+0
-1
src/s/isc2-2.h
src/s/isc2-2.h
+0
-1
src/s/sco4.h
src/s/sco4.h
+0
-4
src/s/usg5-4.h
src/s/usg5-4.h
+0
-1
No files found.
src/m/ibmps2-aix.h
View file @
493744e5
...
...
@@ -222,7 +222,6 @@ so disable it for them. */
#ifdef USG5_3
#define XICCC
#define HAVE_GETWD
#define HAVE_RENAME
#undef LD_SWITCH_MACHINE
#define LD_SWITCH_MACHINE -T0x0 -K -e start
...
...
src/m/pfa50.h
View file @
493744e5
...
...
@@ -93,7 +93,6 @@ and this notice must be preserved on all copies. */
#define HAVE_SELECT
#define HAVE_PTYS
#define HAVE_SOCKETS
#define HAVE_RENAME
/* SX/A use SystemV style getdents/readdir. */
#define HAVE_CLOSEDIR
...
...
src/s/gnu-linux.h
View file @
493744e5
...
...
@@ -156,7 +156,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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 */
...
...
src/s/hpux.h
View file @
493744e5
...
...
@@ -228,7 +228,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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. */
...
...
src/s/isc2-2.h
View file @
493744e5
...
...
@@ -23,7 +23,6 @@
#define NO_FCHMOD
#define HAVE_PTYS
#define HAVE_RENAME
#define HAVE_CLOSEDIR
#define MAXNAMLEN 512
#define O_NDELAY O_NONBLOCK
...
...
src/s/sco4.h
View file @
493744e5
...
...
@@ -62,10 +62,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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
src/s/usg5-4.h
View file @
493744e5
...
...
@@ -85,7 +85,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* libc has this stuff, but not utimes. */
#define HAVE_RENAME
#define HAVE_SELECT
#define HAVE_TIMEVAL
#define HAVE_CLOSEDIR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment