|
6 | 6 | /* Define if building universal (internal helper macro) */
|
7 | 7 | /* #undef AC_APPLE_UNIVERSAL_BUILD */
|
8 | 8 |
|
9 |
| -/* Define to 1 if using 'alloca.c'. */ |
10 |
| -/* #undef C_ALLOCA */ |
11 |
| - |
12 | 9 | /* Define to the flags needed for the .section .eh_frame directive. */
|
13 | 10 | #define EH_FRAME_FLAGS "a"
|
14 | 11 |
|
|
34 | 31 | /* Define this if you do not want support for aggregate types. */
|
35 | 32 | /* #undef FFI_NO_STRUCTS */
|
36 | 33 |
|
37 |
| -/* Define to 1 if you have 'alloca', as a function or macro. */ |
38 |
| -#define HAVE_ALLOCA 1 |
39 |
| - |
40 |
| -/* Define to 1 if <alloca.h> works. */ |
| 34 | +/* Define to 1 if you have the <alloca.h> header file. */ |
41 | 35 | #define HAVE_ALLOCA_H 1
|
42 | 36 |
|
43 | 37 | /* Define if your assembler supports .cfi_* directives. */
|
|
74 | 68 | /* Define if you support more than one size of the long double type */
|
75 | 69 | /* #undef HAVE_LONG_DOUBLE_VARIANT */
|
76 | 70 |
|
77 |
| -/* Define to 1 if you have the `memcpy' function. */ |
| 71 | +/* Define to 1 if you have the 'memcpy' function. */ |
78 | 72 | #define HAVE_MEMCPY 1
|
79 | 73 |
|
80 |
| -/* Define to 1 if you have the `memfd_create' function. */ |
| 74 | +/* Define to 1 if you have the 'memfd_create' function. */ |
81 | 75 | /* #undef HAVE_MEMFD_CREATE */
|
82 | 76 |
|
83 |
| -/* Define to 1 if you have the `mkostemp' function. */ |
84 |
| -#define HAVE_MKOSTEMP 1 |
85 |
| - |
86 |
| -/* Define to 1 if you have the `mkstemp' function. */ |
87 |
| -#define HAVE_MKSTEMP 1 |
88 |
| - |
89 |
| -/* Define to 1 if you have the `mmap' function. */ |
90 |
| -#define HAVE_MMAP 1 |
91 |
| - |
92 |
| -/* Define if mmap with MAP_ANON(YMOUS) works. */ |
93 |
| -#define HAVE_MMAP_ANON 1 |
94 |
| - |
95 |
| -/* Define if mmap of /dev/zero works. */ |
96 |
| -/* #undef HAVE_MMAP_DEV_ZERO */ |
97 |
| - |
98 |
| -/* Define if read-only mmap of a plain file works. */ |
99 |
| -#define HAVE_MMAP_FILE 1 |
100 |
| - |
101 | 77 | /* Define if your compiler supports pointer authentication. */
|
102 | 78 | /* #undef HAVE_PTRAUTH */
|
103 | 79 |
|
|
122 | 98 | /* Define to 1 if you have the <sys/memfd.h> header file. */
|
123 | 99 | /* #undef HAVE_SYS_MEMFD_H */
|
124 | 100 |
|
125 |
| -/* Define to 1 if you have the <sys/mman.h> header file. */ |
126 |
| -#define HAVE_SYS_MMAN_H 1 |
127 |
| - |
128 | 101 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
129 | 102 | #define HAVE_SYS_STAT_H 1
|
130 | 103 |
|
|
150 | 123 | #define PACKAGE_NAME "libffi"
|
151 | 124 |
|
152 | 125 | /* Define to the full name and version of this package. */
|
153 |
| -#define PACKAGE_STRING "libffi 3.4.4-experimental" |
| 126 | +#define PACKAGE_STRING "libffi 3.4.6" |
154 | 127 |
|
155 | 128 | /* Define to the one symbol short name of this package. */
|
156 | 129 | #define PACKAGE_TARNAME "libffi"
|
|
159 | 132 | #define PACKAGE_URL ""
|
160 | 133 |
|
161 | 134 | /* Define to the version of this package. */
|
162 |
| -#define PACKAGE_VERSION "3.4.4-experimental" |
| 135 | +#define PACKAGE_VERSION "3.4.6" |
163 | 136 |
|
164 |
| -/* The size of `double', as computed by sizeof. */ |
| 137 | +/* The size of 'double', as computed by sizeof. */ |
165 | 138 | #define SIZEOF_DOUBLE 8
|
166 | 139 |
|
167 |
| -/* The size of `long double', as computed by sizeof. */ |
| 140 | +/* The size of 'long double', as computed by sizeof. */ |
168 | 141 | #define SIZEOF_LONG_DOUBLE 8
|
169 | 142 |
|
170 |
| -/* The size of `size_t', as computed by sizeof. */ |
| 143 | +/* The size of 'size_t', as computed by sizeof. */ |
171 | 144 | #define SIZEOF_SIZE_T 4
|
172 | 145 |
|
173 |
| -/* If using the C implementation of alloca, define if you know the |
174 |
| - direction of stack growth for your system; otherwise it will be |
175 |
| - automatically deduced at runtime. |
176 |
| - STACK_DIRECTION > 0 => grows toward higher addresses |
177 |
| - STACK_DIRECTION < 0 => grows toward lower addresses |
178 |
| - STACK_DIRECTION = 0 => direction of growth unknown */ |
179 |
| -/* #undef STACK_DIRECTION */ |
180 |
| - |
181 |
| -/* Define to 1 if all of the C90 standard headers exist (not just the ones |
| 146 | +/* Define to 1 if all of the C89 standard headers exist (not just the ones |
182 | 147 | required in a freestanding environment). This macro is provided for
|
183 | 148 | backward compatibility; new code need not use it. */
|
184 | 149 | #define STDC_HEADERS 1
|
|
191 | 156 | /* #undef USING_PURIFY */
|
192 | 157 |
|
193 | 158 | /* Version number of package */
|
194 |
| -#define VERSION "3.4.4-experimental" |
| 159 | +#define VERSION "3.4.6" |
195 | 160 |
|
196 | 161 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
197 | 162 | significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
205 | 170 | # endif
|
206 | 171 | #endif
|
207 | 172 |
|
208 |
| -/* Define to `unsigned int' if <sys/types.h> does not define. */ |
209 |
| -/* #undef size_t */ |
210 |
| - |
211 | 173 |
|
212 | 174 | #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
|
213 | 175 | #ifdef LIBFFI_ASM
|
|
0 commit comments