Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
tuklib_config.h
Go to the documentation of this file.
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
Common includes, definitions, system-specific things etc.