diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-31 08:11:04 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-31 08:11:04 +0100 |
commit | fa2d2236f6e4bbd9cd413d20642d9fc82924f8ea (patch) | |
tree | aa9454d2d042065cce497810f4fe9f4426cb4370 /defines.h | |
parent | <Whistle> Umm.. Made a minor mistake put -o instead of -c in .c.o section. (diff) | |
download | openssh-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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |