diff options
| author | Jim Blandy | 1993-05-04 00:26:07 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-04 00:26:07 +0000 |
| commit | 0efd16a9f7fab7233fd6ae3af27941e71afb73fa (patch) | |
| tree | a874f40b81b4116dfd4b224a0af243f1beea421a /src/s | |
| parent | e4c61e50a6bcdf557e64688afc65fa206844f0b0 (diff) | |
| download | emacs-0efd16a9f7fab7233fd6ae3af27941e71afb73fa.tar.gz emacs-0efd16a9f7fab7233fd6ae3af27941e71afb73fa.zip | |
* m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h,
m/sps7.h, s/hpux.h, s/usg5-4.h (HAVE_DUP2): Removed; derived by
configure script.
* s/hpux.h, s/irix3-3.h, s/aix3-1.h (HAVE_GETHOSTNAME): Removed;
derived by configure script.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/aix3-1.h | 3 | ||||
| -rw-r--r-- | src/s/hpux.h | 4 | ||||
| -rw-r--r-- | src/s/irix3-3.h | 3 |
3 files changed, 0 insertions, 10 deletions
diff --git a/src/s/aix3-1.h b/src/s/aix3-1.h index e4a4612a67a..f75518675d6 100644 --- a/src/s/aix3-1.h +++ b/src/s/aix3-1.h | |||
| @@ -231,8 +231,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 231 | 231 | ||
| 232 | #define SYSTEM_MALLOC | 232 | #define SYSTEM_MALLOC |
| 233 | 233 | ||
| 234 | /* Use the gethostname system call. */ | ||
| 235 | #define HAVE_GETHOSTNAME | ||
| 236 | |||
| 237 | /* AIX doesn't define this. */ | 234 | /* AIX doesn't define this. */ |
| 238 | #define unix 1 | 235 | #define unix 1 |
diff --git a/src/s/hpux.h b/src/s/hpux.h index ce40e6e3ca7..fb3903d96e6 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -224,12 +224,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 224 | 224 | ||
| 225 | /* Some additional system facilities exist. */ | 225 | /* Some additional system facilities exist. */ |
| 226 | 226 | ||
| 227 | #define HAVE_DUP2 | ||
| 228 | #define HAVE_GETTIMEOFDAY | 227 | #define HAVE_GETTIMEOFDAY |
| 229 | 228 | ||
| 230 | /* Implementation of uname is broken on hpux. Use gethostname. */ | ||
| 231 | #define HAVE_GETHOSTNAME | ||
| 232 | |||
| 233 | #define HAVE_VFORK | 229 | #define HAVE_VFORK |
| 234 | #define HAVE_PERROR /* Delete this line for version 6. */ | 230 | #define HAVE_PERROR /* Delete this line for version 6. */ |
| 235 | #define HAVE_RENAME | 231 | #define HAVE_RENAME |
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 004873cf9df..42d6d9d8f62 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -179,6 +179,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 179 | 179 | ||
| 180 | /* Use setsid to handle terminals for subprocesses. */ | 180 | /* Use setsid to handle terminals for subprocesses. */ |
| 181 | #define HAVE_SETSID | 181 | #define HAVE_SETSID |
| 182 | |||
| 183 | /* Implementation of uname is broken on Irix as of version 3.3 */ | ||
| 184 | #define HAVE_GETHOSTNAME | ||