repo.or.cz
/
xz
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
liblzma: Improve documentation in index.h
[xz/debian.git]
/
src
/
common
/
tuklib_config.h
blob
9d470ba732f106e51b4a0aa0c6411568b5de916e
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