diff options
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 | ||