1 // If config.h isn't available, assume that the headers required by 2 // tuklib_common.h are available. This is required by crc32_tablegen.c. 3 #ifdef HAVE_CONFIG_H 4 # include "sysdefs.h" 5 #else 6 # include <stddef.h> 7 # include <stdbool.h> 8 # include <inttypes.h> 9 # include <limits.h> 10 #endif 11