skalibs.h (753B)
1 /* ISC license. */ 2 3 #ifndef SKALIBS_H 4 #define SKALIBS_H 5 6 /* 7 This header is heavy! It includes everything in skalibs except: 8 - skalibs/config.h: package configuration 9 - skalibs/sysdeps.h: system-dependent feature test macros 10 - skalibs/nonposix.h: pre-system headers definitions for POSIX extensions 11 - skalibs/bsdsnowflake.h: pre-system headers BSD-specific workarounds 12 - skalibs/nsig.h: SKALIBS_NSIG definition, requires nonposix 13 - skalibs/posixishard.h: post-system headers workarounds for conformance failures 14 */ 15 16 #include <skalibs/posixplz.h> 17 #include <skalibs/stddjb.h> 18 #include <skalibs/strerr.h> 19 #include <skalibs/stdcrypto.h> 20 #include <skalibs/random.h> 21 #include <skalibs/datastruct.h> 22 #include <skalibs/unixonacid.h> 23 24 #endif