Introduction
Introduction Statistics Contact Development Disclaimer Help
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
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.