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
Fix version.sh compatiblity with Solaris
[xz/debian.git]
/
src
/
common
/
tuklib_config.h
blob
b27251dc27657f2fccfe1955a0e8a203d3dbe24a
1
// SPDX-License-Identifier: 0BSD
2
3
// If config.h isn't available, assume that the headers required by
4
// tuklib_common.h are available. This is required by crc32_tablegen.c.
5
#ifdef HAVE_CONFIG_H
6
# include
"sysdefs.h"
7
#else
8
# include <stddef.h>
9
# include <stdbool.h>
10
# include <inttypes.h>
11
# include <limits.h>
12
#endif