Define HOST_NAME_MAX also for the various Unix platforms.
[gnulib.git] / doc / posix-headers / limits.texi
1 @node limits.h
2 @section @file{limits.h}
3
4 POSIX specification: @url{http://www.opengroup.org/susv3xbd/limits.h.html}
5
6 Gnulib module: gethostname
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 The @code{HOST_NAME_MAX} macro is not defined on some platforms:
11 MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS.
12 @end itemize
13
14 Portability problems not fixed by Gnulib:
15 @itemize
16 @end itemize