summaryrefslogtreecommitdiffstats
path: root/src/common/tuklib_config.h
blob: 9d470ba732f106e51b4a0aa0c6411568b5de916e (plain)
1
2
3
4
5
6
7
8
9
10
// If config.h isn't available, assume that the headers required by
// tuklib_common.h are available. This is required by crc32_tablegen.c.
#ifdef HAVE_CONFIG_H
#	include "sysdefs.h"
#else
#	include <stddef.h>
#	include <stdbool.h>
#	include <inttypes.h>
#	include <limits.h>
#endif