diff options
| author | Richard M. Stallman <rms@gnu.org> | 1992-10-28 09:14:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1992-10-28 09:14:23 +0000 |
| commit | 68431f0bda11ac23c13f506f6456a063a72532b0 (patch) | |
| tree | f0bab5d060162f34b8423af8d2ea584a89ebc71c | |
| parent | 6054557352539bd9339b842265e5f44e497261c6 (diff) | |
| download | emacs-68431f0bda11ac23c13f506f6456a063a72532b0.tar.gz | |
(HAVE_GETHOSTNAME): Define it.
| -rw-r--r-- | src/s/hpux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h index 945835982a8..ce40e6e3ca7 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h @@ -226,6 +226,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_DUP2 #define HAVE_GETTIMEOFDAY + +/* Implementation of uname is broken on hpux. Use gethostname. */ +#define HAVE_GETHOSTNAME + #define HAVE_VFORK #define HAVE_PERROR /* Delete this line for version 6. */ #define HAVE_RENAME |
