compat.h - sbase - suckless unix tools
HTML git clone git://git.suckless.org/sbase
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
compat.h (151B)
---
1 /* See LICENSE file for copyright and license details. */
2 #include <limits.h>
3
4 #ifndef HOST_NAME_MAX
5 #define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
6 #endif