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 TUKLIB_SYMBOL_PREFIX   lzma_
 
#define ASSUME_RAM   128
 
#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_VISIBILITY   0
 
#define HAVE__BOOL   1
 
#define MYTHREAD_VISTA   1
 
#define NDEBUG   1
 
#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   128

Definition at line 7 of file config.h.

◆ HAVE__BOOL

#define HAVE__BOOL   1

Definition at line 116 of file config.h.

◆ HAVE_CHECK_CRC32

#define HAVE_CHECK_CRC32   1

Definition at line 10 of file config.h.

◆ HAVE_CHECK_CRC64

#define HAVE_CHECK_CRC64   1

Definition at line 13 of file config.h.

◆ HAVE_CHECK_SHA256

#define HAVE_CHECK_SHA256   1

Definition at line 16 of file config.h.

◆ HAVE_DECODER_ARM

#define HAVE_DECODER_ARM   1

Definition at line 22 of file config.h.

◆ HAVE_DECODER_ARMTHUMB

#define HAVE_DECODER_ARMTHUMB   1

Definition at line 25 of file config.h.

◆ HAVE_DECODER_DELTA

#define HAVE_DECODER_DELTA   1

Definition at line 28 of file config.h.

◆ HAVE_DECODER_IA64

#define HAVE_DECODER_IA64   1

Definition at line 31 of file config.h.

◆ HAVE_DECODER_LZMA1

#define HAVE_DECODER_LZMA1   1

Definition at line 34 of file config.h.

◆ HAVE_DECODER_LZMA2

#define HAVE_DECODER_LZMA2   1

Definition at line 37 of file config.h.

◆ HAVE_DECODER_POWERPC

#define HAVE_DECODER_POWERPC   1

Definition at line 40 of file config.h.

◆ HAVE_DECODER_SPARC

#define HAVE_DECODER_SPARC   1

Definition at line 43 of file config.h.

◆ HAVE_DECODER_X86

#define HAVE_DECODER_X86   1

Definition at line 46 of file config.h.

◆ HAVE_DECODERS

#define HAVE_DECODERS   1

Definition at line 19 of file config.h.

◆ HAVE_ENCODER_ARM

#define HAVE_ENCODER_ARM   1

Definition at line 52 of file config.h.

◆ HAVE_ENCODER_ARMTHUMB

#define HAVE_ENCODER_ARMTHUMB   1

Definition at line 55 of file config.h.

◆ HAVE_ENCODER_DELTA

#define HAVE_ENCODER_DELTA   1

Definition at line 58 of file config.h.

◆ HAVE_ENCODER_IA64

#define HAVE_ENCODER_IA64   1

Definition at line 61 of file config.h.

◆ HAVE_ENCODER_LZMA1

#define HAVE_ENCODER_LZMA1   1

Definition at line 64 of file config.h.

◆ HAVE_ENCODER_LZMA2

#define HAVE_ENCODER_LZMA2   1

Definition at line 67 of file config.h.

◆ HAVE_ENCODER_POWERPC

#define HAVE_ENCODER_POWERPC   1

Definition at line 70 of file config.h.

◆ HAVE_ENCODER_SPARC

#define HAVE_ENCODER_SPARC   1

Definition at line 73 of file config.h.

◆ HAVE_ENCODER_X86

#define HAVE_ENCODER_X86   1

Definition at line 76 of file config.h.

◆ HAVE_ENCODERS

#define HAVE_ENCODERS   1

Definition at line 49 of file config.h.

◆ HAVE_INTTYPES_H

#define HAVE_INTTYPES_H   1

Definition at line 79 of file config.h.

◆ HAVE_LIMITS_H

#define HAVE_LIMITS_H   1

Definition at line 82 of file config.h.

◆ HAVE_MF_BT2

#define HAVE_MF_BT2   1

Definition at line 85 of file config.h.

◆ HAVE_MF_BT3

#define HAVE_MF_BT3   1

Definition at line 88 of file config.h.

◆ HAVE_MF_BT4

#define HAVE_MF_BT4   1

Definition at line 91 of file config.h.

◆ HAVE_MF_HC3

#define HAVE_MF_HC3   1

Definition at line 94 of file config.h.

◆ HAVE_MF_HC4

#define HAVE_MF_HC4   1

Definition at line 97 of file config.h.

◆ HAVE_STDBOOL_H

#define HAVE_STDBOOL_H   1

Definition at line 100 of file config.h.

◆ HAVE_STDINT_H

#define HAVE_STDINT_H   1

Definition at line 103 of file config.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

Definition at line 106 of file config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 109 of file config.h.

◆ HAVE_VISIBILITY

#define HAVE_VISIBILITY   0

Definition at line 113 of file config.h.

◆ MYTHREAD_VISTA

#define MYTHREAD_VISTA   1

Definition at line 127 of file config.h.

◆ NDEBUG

#define NDEBUG   1

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 143 of file config.h.

◆ TUKLIB_FAST_UNALIGNED_ACCESS

#define TUKLIB_FAST_UNALIGNED_ACCESS   1

Definition at line 148 of file config.h.

◆ TUKLIB_SYMBOL_PREFIX

#define TUKLIB_SYMBOL_PREFIX   lzma_

Definition at line 4 of file config.h.