compat.h - sbase - suckless unix tools | |
git clone git://git.suckless.org/sbase | |
Log | |
Files | |
Refs | |
README | |
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 |