Mercurial > emacs
comparison src/s/hpux.h @ 2641:6c044c8796dd
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 04 May 1993 00:26:07 +0000 |
parents | a40107cc6486 |
children | 571142b03bf4 |
comparison
equal
deleted
inserted
replaced
2640:fc7b8160bcc9 | 2641:6c044c8796dd |
---|---|
222 #define LIBS_SYSTEM | 222 #define LIBS_SYSTEM |
223 #endif | 223 #endif |
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 | |
230 /* Implementation of uname is broken on hpux. Use gethostname. */ | |
231 #define HAVE_GETHOSTNAME | |
232 | 228 |
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 |
236 | 232 |