summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--defines.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ce20b191..d1fbec8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20001231
+ - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
+ for multiple reasons.
+
20001230
- (bal) OpenBSD CVS Update
- markus@cvs.openbsd.org 2000/12/28 18:58:30
diff --git a/defines.h b/defines.h
index 9460905a..4c3941ca 100644
--- a/defines.h
+++ b/defines.h
@@ -78,10 +78,6 @@ enum
# endif /* PATH_MAX */
#endif /* MAXPATHLEN */
-#ifndef MAXHOSTNAMELEN
-# define MAXHOSTNAMELEN 64
-#endif /* MAXHOSTNAMELEN */
-
#ifndef STDIN_FILENO
# define STDIN_FILENO 0
#endif