diff options
| author | Jim Blandy | 1993-05-23 22:03:39 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-23 22:03:39 +0000 |
| commit | 493744e5aea2ace51564e8dae0bec87a37c318c9 (patch) | |
| tree | 50ef4021220d55a7c76fbf5a9b541e7d6baf84ad /src/m | |
| parent | 46af2ed8eca3100b63553a66bfe0242be4ee08c7 (diff) | |
| download | emacs-493744e5aea2ace51564e8dae0bec87a37c318c9.tar.gz emacs-493744e5aea2ace51564e8dae0bec87a37c318c9.zip | |
Remove HAVE_RENAME; configure guesses that now.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmps2-aix.h | 1 | ||||
| -rw-r--r-- | src/m/pfa50.h | 1 |
2 files changed, 0 insertions, 2 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 |