Rizin
unix-like reverse engineering framework and cli tools
config.h File Reference

Go to the source code of this file.

Macros

#define DEBUG   0
 
#define HAVE_DLFCN_H   1
 
#define HAVE_FSEEKO   1
 
#define HAVE_INTTYPES_H   1
 
#define HAVE_MKDIR   1
 
#define HAVE_STDINT_H   1
 
#define HAVE_STDIO_H   1
 
#define HAVE_STDLIB_H   1
 
#define HAVE_STRINGS_H   1
 
#define HAVE_STRING_H   1
 
#define HAVE_SYS_STAT_H   1
 
#define HAVE_SYS_TYPES_H   1
 
#define HAVE_TOWLOWER   1
 
#define HAVE_UNISTD_H   1
 
#define HAVE__MKDIR   0
 
#define MKDIR_TAKES_ONE_ARG   0
 
#define VERSION   "0.10.1alpha"
 
#define SIZEOF_OFF_T   8
 
#define STDC_HEADERS   1
 
#define WORDS_BIGENDIAN   0
 
#define _LARGEFILE_SOURCE   1
 
#define _LARGE_FILES   0
 

Macro Definition Documentation

◆ _LARGE_FILES

#define _LARGE_FILES   0

Definition at line 72 of file config.h.

◆ _LARGEFILE_SOURCE

#define _LARGEFILE_SOURCE   1

Definition at line 69 of file config.h.

◆ DEBUG

#define DEBUG   0

Definition at line 6 of file config.h.

◆ HAVE__MKDIR

#define HAVE__MKDIR   0

Definition at line 48 of file config.h.

◆ HAVE_DLFCN_H

#define HAVE_DLFCN_H   1

Definition at line 9 of file config.h.

◆ HAVE_FSEEKO

#define HAVE_FSEEKO   1

Definition at line 12 of file config.h.

◆ HAVE_INTTYPES_H

#define HAVE_INTTYPES_H   1

Definition at line 15 of file config.h.

◆ HAVE_MKDIR

#define HAVE_MKDIR   1

Definition at line 18 of file config.h.

◆ HAVE_STDINT_H

#define HAVE_STDINT_H   1

Definition at line 21 of file config.h.

◆ HAVE_STDIO_H

#define HAVE_STDIO_H   1

Definition at line 24 of file config.h.

◆ HAVE_STDLIB_H

#define HAVE_STDLIB_H   1

Definition at line 27 of file config.h.

◆ HAVE_STRING_H

#define HAVE_STRING_H   1

Definition at line 33 of file config.h.

◆ HAVE_STRINGS_H

#define HAVE_STRINGS_H   1

Definition at line 30 of file config.h.

◆ HAVE_SYS_STAT_H

#define HAVE_SYS_STAT_H   1

Definition at line 36 of file config.h.

◆ HAVE_SYS_TYPES_H

#define HAVE_SYS_TYPES_H   1

Definition at line 39 of file config.h.

◆ HAVE_TOWLOWER

#define HAVE_TOWLOWER   1

Definition at line 42 of file config.h.

◆ HAVE_UNISTD_H

#define HAVE_UNISTD_H   1

Definition at line 45 of file config.h.

◆ MKDIR_TAKES_ONE_ARG

#define MKDIR_TAKES_ONE_ARG   0

Definition at line 51 of file config.h.

◆ SIZEOF_OFF_T

#define SIZEOF_OFF_T   8

Definition at line 57 of file config.h.

◆ STDC_HEADERS

#define STDC_HEADERS   1

Definition at line 62 of file config.h.

◆ VERSION

#define VERSION   "0.10.1alpha"

Definition at line 54 of file config.h.

◆ WORDS_BIGENDIAN

#define WORDS_BIGENDIAN   0

Definition at line 66 of file config.h.