ChampSim
fficonfig.h
Go to the documentation of this file.
1 #ifdef __linux__
2 #define EH_FRAME_FLAGS "a"
3 #endif
4 #define HAVE_ALLOCA 1
5 #ifndef _WIN64
6 #define HAVE_AS_ASCII_PSEUDO_OP 1
7 #endif
8 #ifndef _WIN64
9 #define HAVE_AS_STRING_PSEUDO_OP 1
10 #endif
11 #ifndef _WIN64
12 #define HAVE_AS_X86_PCREL 1
13 #endif
14 #ifdef __linux__
15 #define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
16 #endif
17 #define HAVE_INTTYPES_H 1
18 #define HAVE_MEMORY_H 1
19 #define HAVE_STDINT_H 1
20 #define HAVE_STDLIB_H 1
21 #define HAVE_STRING_H 1
22 #define HAVE_SYS_STAT_H 1
23 #define HAVE_SYS_TYPES_H 1
24 #define LT_OBJDIR ".libs/"
25 #define PACKAGE "libffi"
26 #define PACKAGE_BUGREPORT "http://github.com/libffi/libffi/issues"
27 #define PACKAGE_NAME "libffi"
28 #define PACKAGE_STRING "libffi 3.4.4"
29 #define PACKAGE_TARNAME "libffi"
30 #define PACKAGE_URL ""
31 #define PACKAGE_VERSION "3.4.4"
32 #define SIZEOF_DOUBLE 8
33 #define SIZEOF_LONG_DOUBLE 8
34 #ifndef _WIN64
35 #define SIZEOF_SIZE_T 4
36 #else
37 #define SIZEOF_SIZE_T 8
38 #endif
39 #define STDC_HEADERS 1
40 #ifndef __linux__
41 #ifndef _WIN64
42 #define SYMBOL_UNDERSCORE 1
43 #endif
44 #endif
45 #define VERSION "3.4.4"
46 #if defined AC_APPLE_UNIVERSAL_BUILD
47 # if defined __BIG_ENDIAN__
48 # define WORDS_BIGENDIAN 1
49 # endif
50 #endif
51 
52 #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
53 #ifdef LIBFFI_ASM
54 #define FFI_HIDDEN(name) .hidden name
55 #else
56 #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
57 #endif
58 #else
59 #ifdef LIBFFI_ASM
60 #define FFI_HIDDEN(name)
61 #else
62 #define FFI_HIDDEN
63 #endif
64 #endif
65