summaryrefslogtreecommitdiffstats
path: root/defines.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-12-31 08:11:04 +0100
committerBen Lindstrom <mouring@eviladmin.org>2000-12-31 08:11:04 +0100
commitfa2d2236f6e4bbd9cd413d20642d9fc82924f8ea (patch)
treeaa9454d2d042065cce497810f4fe9f4426cb4370 /defines.h
parent<Whistle> Umm.. Made a minor mistake put -o instead of -c in .c.o section. (diff)
downloadopenssh-fa2d2236f6e4bbd9cd413d20642d9fc82924f8ea.tar.xz
openssh-fa2d2236f6e4bbd9cd413d20642d9fc82924f8ea.zip
20001231
- (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS. for multiple reasons.
Diffstat (limited to '')
-rw-r--r--defines.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/defines.h b/defines.h
index 9460905a3..4c3941cad 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