aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-12 05:39:25 +0000
committerRichard M. Stallman1993-08-12 05:39:25 +0000
commit5b677090115a7dc8e2defa7c3932ec5382721eb7 (patch)
tree29b0f1025bf77c0a23c32ada1b1fccd210139745 /src
parentbac79b5181f1d54bec24407c09b8933ace34f55e (diff)
downloademacs-5b677090115a7dc8e2defa7c3932ec5382721eb7.tar.gz
emacs-5b677090115a7dc8e2defa7c3932ec5382721eb7.zip
(HAVE_GETHOSTNAME): #if 0'd.
Diffstat (limited to 'src')
-rw-r--r--src/s/usg5-4-2.h2
1 files changed, 1 insertions, 1 deletions
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 @@
6 #define HAVE_VFORK */ 6 #define HAVE_VFORK */
7/* fnf@cygnus.com says these exist. */ 7/* fnf@cygnus.com says these exist. */
8#define HAVE_TCATTR 8#define HAVE_TCATTR
9#define HAVE_GETHOSTNAME
10#if 0 /* autoconf should take care of this. */ 9#if 0 /* autoconf should take care of this. */
10#define HAVE_GETHOSTNAME
11#define HAVE_RANDOM 11#define HAVE_RANDOM
12#endif 12#endif
13/* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ 13/* #define HAVE_GETWD (appears to be buggy on SVR4.2) */