tuklib: Update tuklib_attr_noreturn for C11/C17 and C23.
[xz.git] / src / common / tuklib_config.h
blob9d470ba732f106e51b4a0aa0c6411568b5de916e
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