sbase

Unnamed repository; edit this file 'description' to name the repository.
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