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   32
 
#define HAVE_CHECK_CRC32   1
 
#define HAVE_CHECK_CRC64   1
 
#define HAVE_CHECK_SHA256   1
 
#define HAVE_DECODERS   1
 
#define HAVE_DECODER_ARM   1
 
#define HAVE_DECODER_ARMTHUMB   1
 
#define HAVE_DECODER_DELTA   1
 
#define HAVE_DECODER_IA64   1
 
#define HAVE_DECODER_LZMA1   1
 
#define HAVE_DECODER_LZMA2   1
 
#define HAVE_DECODER_POWERPC   1
 
#define HAVE_DECODER_SPARC   1
 
#define HAVE_DECODER_X86   1
 
#define HAVE_ENCODERS   1
 
#define HAVE_ENCODER_ARM   1
 
#define HAVE_ENCODER_ARMTHUMB   1
 
#define HAVE_ENCODER_DELTA   1
 
#define HAVE_ENCODER_IA64   1
 
#define HAVE_ENCODER_LZMA1   1
 
#define HAVE_ENCODER_LZMA2   1
 
#define HAVE_ENCODER_POWERPC   1
 
#define HAVE_ENCODER_SPARC   1
 
#define HAVE_ENCODER_X86   1
 
#define HAVE_INTTYPES_H   1
 
#define HAVE_LIMITS_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_STDBOOL_H   1
 
#define HAVE_STDINT_H   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_STRING_H   1
 
#define HAVE_SYS_TIME_H   1
 
#define HAVE_UTIMES   1
 
#define HAVE_VISIBILITY   0
 
#define HAVE__BOOL   1
 
#define HAVE___BUILTIN_ASSUME_ALIGNED   1
 
#define HAVE___BUILTIN_BSWAPXX   1
 
#define NDEBUG   1
 
#define PACKAGE_BUGREPORT   "lasse.collin@tukaani.org"
 
#define PACKAGE_NAME   "XZ Utils"
 
#define PACKAGE_URL   "https://tukaani.org/xz/"
 
#define SIZEOF_SIZE_T   4
 
#define TUKLIB_FAST_UNALIGNED_ACCESS   1
 

Macro Definition Documentation

◆ ASSUME_RAM

#define ASSUME_RAM   32

Definition at line 2 of file config.h.

◆ HAVE___BUILTIN_ASSUME_ALIGNED

#define HAVE___BUILTIN_ASSUME_ALIGNED   1

Definition at line 121 of file config.h.

◆ HAVE___BUILTIN_BSWAPXX

#define HAVE___BUILTIN_BSWAPXX   1

Definition at line 125 of file config.h.

◆ HAVE__BOOL

#define HAVE__BOOL   1

Definition at line 117 of file config.h.

◆ HAVE_CHECK_CRC32

#define HAVE_CHECK_CRC32   1

Definition at line 5 of file config.h.

◆ HAVE_CHECK_CRC64

#define HAVE_CHECK_CRC64   1

Definition at line 8 of file config.h.

◆ HAVE_CHECK_SHA256

#define HAVE_CHECK_SHA256   1

Definition at line 11 of file config.h.

◆ HAVE_DECODER_ARM

#define HAVE_DECODER_ARM   1

Definition at line 17 of file config.h.

◆ HAVE_DECODER_ARMTHUMB

#define HAVE_DECODER_ARMTHUMB   1

Definition at line 20 of file config.h.

◆ HAVE_DECODER_DELTA

#define HAVE_DECODER_DELTA   1

Definition at line 23 of file config.h.

◆ HAVE_DECODER_IA64

#define HAVE_DECODER_IA64   1

Definition at line 26 of file config.h.

◆ HAVE_DECODER_LZMA1

#define HAVE_DECODER_LZMA1   1

Definition at line 29 of file config.h.

◆ HAVE_DECODER_LZMA2

#define HAVE_DECODER_LZMA2   1

Definition at line 32 of file config.h.

◆ HAVE_DECODER_POWERPC

#define HAVE_DECODER_POWERPC   1

Definition at line 35 of file config.h.

◆ HAVE_DECODER_SPARC

#define HAVE_DECODER_SPARC   1

Definition at line 38 of file config.h.

◆ HAVE_DECODER_X86

#define HAVE_DECODER_X86   1

Definition at line 41 of file config.h.

◆ HAVE_DECODERS

#define HAVE_DECODERS   1

Definition at line 14 of file config.h.

◆ HAVE_ENCODER_ARM

#define HAVE_ENCODER_ARM   1

Definition at line 47 of file config.h.

◆ HAVE_ENCODER_ARMTHUMB

#define HAVE_ENCODER_ARMTHUMB   1

Definition at line 50 of file config.h.

◆ HAVE_ENCODER_DELTA

#define HAVE_ENCODER_DELTA   1

Definition at line 53 of file config.h.

◆ HAVE_ENCODER_IA64

#define HAVE_ENCODER_IA64   1

Definition at line 56 of file config.h.

◆ HAVE_ENCODER_LZMA1

#define HAVE_ENCODER_LZMA1   1

Definition at line 59 of file config.h.

◆ HAVE_ENCODER_LZMA2

#define HAVE_ENCODER_LZMA2   1

Definition at line 62 of file config.h.

◆ HAVE_ENCODER_POWERPC

#define HAVE_ENCODER_POWERPC   1

Definition at line 65 of file config.h.

◆ HAVE_ENCODER_SPARC

#define HAVE_ENCODER_SPARC   1

Definition at line 68 of file config.h.

◆ HAVE_ENCODER_X86

#define HAVE_ENCODER_X86   1

Definition at line 71 of file config.h.

◆ HAVE_ENCODERS

#define HAVE_ENCODERS   1

Definition at line 44 of file config.h.

◆ HAVE_INTTYPES_H

#define HAVE_INTTYPES_H   1

Definition at line 74 of file config.h.

◆ HAVE_LIMITS_H

#define HAVE_LIMITS_H   1

Definition at line 77 of file config.h.

◆ HAVE_MF_BT2

#define HAVE_MF_BT2   1

Definition at line 80 of file config.h.

◆ HAVE_MF_BT3

#define HAVE_MF_BT3   1

Definition at line 83 of file config.h.

◆ HAVE_MF_BT4

#define HAVE_MF_BT4   1

Definition at line 86 of file config.h.

◆ HAVE_MF_HC3

#define HAVE_MF_HC3   1

Definition at line 89 of file config.h.

◆ HAVE_MF_HC4

#define HAVE_MF_HC4   1

Definition at line 92 of file config.h.

◆ HAVE_STDBOOL_H

#define HAVE_STDBOOL_H   1

Definition at line 95 of file config.h.

◆ HAVE_STDINT_H

#define HAVE_STDINT_H   1

Definition at line 98 of file config.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

Definition at line 101 of file config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 104 of file config.h.

◆ HAVE_SYS_TIME_H

#define HAVE_SYS_TIME_H   1

Definition at line 107 of file config.h.

◆ HAVE_UTIMES

#define HAVE_UTIMES   1

Definition at line 110 of file config.h.

◆ HAVE_VISIBILITY

#define HAVE_VISIBILITY   0

Definition at line 114 of file config.h.

◆ NDEBUG

#define NDEBUG   1

Definition at line 128 of file config.h.

◆ PACKAGE_BUGREPORT

#define PACKAGE_BUGREPORT   "lasse.collin@tukaani.org"

Definition at line 131 of file config.h.

◆ PACKAGE_NAME

#define PACKAGE_NAME   "XZ Utils"

Definition at line 134 of file config.h.

◆ PACKAGE_URL

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

Definition at line 137 of file config.h.

◆ SIZEOF_SIZE_T

#define SIZEOF_SIZE_T   4

Definition at line 140 of file config.h.

◆ TUKLIB_FAST_UNALIGNED_ACCESS

#define TUKLIB_FAST_UNALIGNED_ACCESS   1

Definition at line 144 of file config.h.