blob: 70b91747cb07ee1ae4c57b69c23fb9fbc20328f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
#define WITH_GZIP 1
#define WITH_ZSTD 1
#define NO_CUSTOM_ALLOC 1
#define HAVE_ALLOCA_H 1
/* #undef HAVE_BZLIB_H */
#define HAVE_DLFCN_H 1
#define HAVE_FNMATCH 1
#define HAVE_GETOPT 1
#define HAVE_GETOPT_LONG 1
#define HAVE_GETSUBOPT 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
/* #undef HAVE_SELINUX_LABEL_H */
/* #undef HAVE_SELINUX_SELINUX_H */
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNDUP 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ZSTD_STREAM 1
#define LT_OBJDIR ".libs/"
#define PACKAGE "squashfs-tools-ng"
#define PACKAGE_BUGREPORT "goliath@infraroot.at"
#define PACKAGE_NAME "squashfs-tools-ng"
#define PACKAGE_STRING "squashfs-tools-ng 1.1.2"
#define PACKAGE_TARNAME "squashfs-tools-ng"
#define PACKAGE_URL ""
#define PACKAGE_VERSION "1.1.2"
/* #undef PTHREAD_CREATE_JOINABLE */
#define STDC_HEADERS 1
#define VERSION "1.1.2"
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* #undef _FILE_OFFSET_BITS */
/* #undef _LARGE_FILES */
|