Rizin
unix-like reverse engineering framework and cli tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules Pages
config.h File Reference

Go to the source code of this file.

Macros

#define ASSUME_RAM   128
 
#define ENABLE_NLS   1
 
#define HAVE_BYTESWAP_H   1
 
#define HAVE_CHECK_CRC32   1
 
#define HAVE_CHECK_CRC64   1
 
#define HAVE_CHECK_SHA256   1
 
#define HAVE_DECODER_DELTA   1
 
#define HAVE_DECODER_LZMA1   1
 
#define HAVE_DECODER_LZMA2   1
 
#define HAVE_DECODER_X86   1
 
#define HAVE_DECODERS   1
 
#define HAVE_DLFCN_H   1
 
#define HAVE_ENCODER_DELTA   1
 
#define HAVE_ENCODER_LZMA1   1
 
#define HAVE_ENCODER_LZMA2   1
 
#define HAVE_ENCODER_X86   1
 
#define HAVE_ENCODERS   1
 
#define HAVE_FCNTL_H   1
 
#define HAVE_FUTIMENS   1
 
#define HAVE_GETOPT_H   1
 
#define HAVE_GETOPT_LONG   1
 
#define HAVE_IMMINTRIN_H   1
 
#define HAVE_INTTYPES_H   1
 
#define HAVE_LIMITS_H   1
 
#define HAVE_MBRTOWC   1
 
#define HAVE_MEMORY_H   1
 
#define HAVE_MF_BT2   1
 
#define HAVE_MF_BT3   1
 
#define HAVE_MF_BT4   1
 
#define HAVE_MF_HC3   1
 
#define HAVE_MF_HC4   1
 
#define HAVE_POSIX_FADVISE   1
 
#define HAVE_STDBOOL_H   1
 
#define HAVE_STDINT_H   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_STRINGS_H   1
 
#define HAVE_STRING_H   1
 
#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC   1
 
#define HAVE_SYS_PARAM_H   1
 
#define HAVE_SYS_STAT_H   1
 
#define HAVE_SYS_TIME_H   1
 
#define HAVE_SYS_TYPES_H   1
 
#define HAVE_UINTPTR_T   1
 
#define HAVE_UNISTD_H   1
 
#define HAVE_WCWIDTH   1
 
#define HAVE__BOOL   1
 
#define NDEBUG   1
 
#define PACKAGE   "xz"
 
#define PACKAGE_BUGREPORT   "x@x"
 
#define PACKAGE_NAME   "liblzma"
 
#define PACKAGE_URL   "http://tukaani.org/xz/"
 
#define PACKAGE_VERSION   "5.2.5"
 
#define SIZEOF_SIZE_T   8
 
#define STDC_HEADERS
 
#define TUKLIB_CPUCORES_SYSCONF
 
#define _ALL_SOURCE   1
 
#define _GNU_SOURCE   1
 
#define VERSION   "5.2.5"
 
#define _DARWIN_USE_64_BIT_INODE   1
 

Macro Definition Documentation

◆ _ALL_SOURCE

#define _ALL_SOURCE   1

Definition at line 399 of file config.h.

◆ _DARWIN_USE_64_BIT_INODE

#define _DARWIN_USE_64_BIT_INODE   1

Definition at line 436 of file config.h.

◆ _GNU_SOURCE

#define _GNU_SOURCE   1

Definition at line 403 of file config.h.

◆ ASSUME_RAM

#define ASSUME_RAM   128

Definition at line 7 of file config.h.

◆ ENABLE_NLS

#define ENABLE_NLS   1

Definition at line 11 of file config.h.

◆ HAVE__BOOL

#define HAVE__BOOL   1

Definition at line 296 of file config.h.

◆ HAVE_BYTESWAP_H

#define HAVE_BYTESWAP_H   1

Definition at line 23 of file config.h.

◆ HAVE_CHECK_CRC32

#define HAVE_CHECK_CRC32   1

Definition at line 40 of file config.h.

◆ HAVE_CHECK_CRC64

#define HAVE_CHECK_CRC64   1

Definition at line 43 of file config.h.

◆ HAVE_CHECK_SHA256

#define HAVE_CHECK_SHA256   1

Definition at line 46 of file config.h.

◆ HAVE_DECODER_DELTA

#define HAVE_DECODER_DELTA   1

Definition at line 73 of file config.h.

◆ HAVE_DECODER_LZMA1

#define HAVE_DECODER_LZMA1   1

Definition at line 79 of file config.h.

◆ HAVE_DECODER_LZMA2

#define HAVE_DECODER_LZMA2   1

Definition at line 82 of file config.h.

◆ HAVE_DECODER_X86

#define HAVE_DECODER_X86   1

Definition at line 91 of file config.h.

◆ HAVE_DECODERS

#define HAVE_DECODERS   1

Definition at line 94 of file config.h.

◆ HAVE_DLFCN_H

#define HAVE_DLFCN_H   1

Definition at line 97 of file config.h.

◆ HAVE_ENCODER_DELTA

#define HAVE_ENCODER_DELTA   1

Definition at line 106 of file config.h.

◆ HAVE_ENCODER_LZMA1

#define HAVE_ENCODER_LZMA1   1

Definition at line 112 of file config.h.

◆ HAVE_ENCODER_LZMA2

#define HAVE_ENCODER_LZMA2   1

Definition at line 115 of file config.h.

◆ HAVE_ENCODER_X86

#define HAVE_ENCODER_X86   1

Definition at line 124 of file config.h.

◆ HAVE_ENCODERS

#define HAVE_ENCODERS   1

Definition at line 127 of file config.h.

◆ HAVE_FCNTL_H

#define HAVE_FCNTL_H   1

Definition at line 130 of file config.h.

◆ HAVE_FUTIMENS

#define HAVE_FUTIMENS   1

Definition at line 136 of file config.h.

◆ HAVE_GETOPT_H

#define HAVE_GETOPT_H   1

Definition at line 145 of file config.h.

◆ HAVE_GETOPT_LONG

#define HAVE_GETOPT_LONG   1

Definition at line 148 of file config.h.

◆ HAVE_IMMINTRIN_H

#define HAVE_IMMINTRIN_H   1

Definition at line 157 of file config.h.

◆ HAVE_INTTYPES_H

#define HAVE_INTTYPES_H   1

Definition at line 160 of file config.h.

◆ HAVE_LIMITS_H

#define HAVE_LIMITS_H   1

Definition at line 163 of file config.h.

◆ HAVE_MBRTOWC

#define HAVE_MBRTOWC   1

Definition at line 166 of file config.h.

◆ HAVE_MEMORY_H

#define HAVE_MEMORY_H   1

Definition at line 169 of file config.h.

◆ HAVE_MF_BT2

#define HAVE_MF_BT2   1

Definition at line 172 of file config.h.

◆ HAVE_MF_BT3

#define HAVE_MF_BT3   1

Definition at line 175 of file config.h.

◆ HAVE_MF_BT4

#define HAVE_MF_BT4   1

Definition at line 178 of file config.h.

◆ HAVE_MF_HC3

#define HAVE_MF_HC3   1

Definition at line 181 of file config.h.

◆ HAVE_MF_HC4

#define HAVE_MF_HC4   1

Definition at line 184 of file config.h.

◆ HAVE_POSIX_FADVISE

#define HAVE_POSIX_FADVISE   1

Definition at line 196 of file config.h.

◆ HAVE_STDBOOL_H

#define HAVE_STDBOOL_H   1

Definition at line 226 of file config.h.

◆ HAVE_STDINT_H

#define HAVE_STDINT_H   1

Definition at line 229 of file config.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

Definition at line 232 of file config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 238 of file config.h.

◆ HAVE_STRINGS_H

#define HAVE_STRINGS_H   1

Definition at line 235 of file config.h.

◆ HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC

#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC   1

Definition at line 253 of file config.h.

◆ HAVE_SYS_PARAM_H

#define HAVE_SYS_PARAM_H   1

Definition at line 265 of file config.h.

◆ HAVE_SYS_STAT_H

#define HAVE_SYS_STAT_H   1

Definition at line 268 of file config.h.

◆ HAVE_SYS_TIME_H

#define HAVE_SYS_TIME_H   1

Definition at line 271 of file config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 274 of file config.h.

◆ HAVE_UINTPTR_T

#define HAVE_UINTPTR_T   1

Definition at line 277 of file config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 280 of file config.h.

◆ HAVE_WCWIDTH

#define HAVE_WCWIDTH   1

Definition at line 293 of file config.h.

◆ NDEBUG

#define NDEBUG   1

Definition at line 316 of file config.h.

◆ PACKAGE

#define PACKAGE   "xz"

Definition at line 319 of file config.h.

◆ PACKAGE_BUGREPORT

#define PACKAGE_BUGREPORT   "x@x"

Definition at line 322 of file config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "liblzma"

Definition at line 325 of file config.h.

◆ PACKAGE_URL

#define PACKAGE_URL   "http://tukaani.org/xz/"

Definition at line 334 of file config.h.

◆ PACKAGE_VERSION

#define PACKAGE_VERSION   "5.2.5"

Definition at line 337 of file config.h.

◆ SIZEOF_SIZE_T

#define SIZEOF_SIZE_T   8

Definition at line 344 of file config.h.

◆ STDC_HEADERS

#define STDC_HEADERS

Definition at line 347 of file config.h.

◆ TUKLIB_CPUCORES_SYSCONF

#define TUKLIB_CPUCORES_SYSCONF

Definition at line 359 of file config.h.

◆ VERSION

#define VERSION   "5.2.5"

Definition at line 420 of file config.h.