summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index 4c3941cad..9460905a3 100644
--- a/defines.h
+++ b/defines.h
@@ -78,6 +78,10 @@ enum
78# endif /* PATH_MAX */ 78# endif /* PATH_MAX */
79#endif /* MAXPATHLEN */ 79#endif /* MAXPATHLEN */
80 80
81#ifndef MAXHOSTNAMELEN
82# define MAXHOSTNAMELEN 64
83#endif /* MAXHOSTNAMELEN */
84
81#ifndef STDIN_FILENO 85#ifndef STDIN_FILENO
82# define STDIN_FILENO 0 86# define STDIN_FILENO 0
83#endif 87#endif