From: Richard M. Stallman Date: Thu, 12 Aug 1993 05:39:25 +0000 (+0000) Subject: (HAVE_GETHOSTNAME): #if 0'd. X-Git-Tag: emacs-19.34~11268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b677090115a7dc8e2defa7c3932ec5382721eb7;p=emacs.git (HAVE_GETHOSTNAME): #if 0'd. --- diff --git a/src/s/usg5-4-2.h b/src/s/usg5-4-2.h index 770b6e0713c..096e4582488 100644 --- a/src/s/usg5-4-2.h +++ b/src/s/usg5-4-2.h @@ -6,8 +6,8 @@ #define HAVE_VFORK */ /* fnf@cygnus.com says these exist. */ #define HAVE_TCATTR -#define HAVE_GETHOSTNAME #if 0 /* autoconf should take care of this. */ +#define HAVE_GETHOSTNAME #define HAVE_RANDOM #endif /* #define HAVE_GETWD (appears to be buggy on SVR4.2) */