|
56 | 56 | #undef EGG_VERSION
|
57 | 57 |
|
58 | 58 | /* Define to nothing if C supports flexible array members, and to 1 if it does
|
59 |
| - not. That way, with a declaration like `struct s { int n; double |
| 59 | + not. That way, with a declaration like 'struct s { int n; double |
60 | 60 | d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
|
61 | 61 | compilers. When computing the size of such an object, don't use 'sizeof
|
62 | 62 | (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
|
63 | 63 | instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
|
64 | 64 | MSVC and with C++ compilers. */
|
65 | 65 | #undef FLEXIBLE_ARRAY_MEMBER
|
66 | 66 |
|
67 |
| -/* Define to 1 if you have the `a2i_IPADDRESS' function. */ |
| 67 | +/* Define to 1 if you have the 'a2i_IPADDRESS' function. */ |
68 | 68 | #undef HAVE_A2I_IPADDRESS
|
69 | 69 |
|
70 | 70 | /* Define to 1 if you have the <arpa/inet.h> header file. */
|
|
73 | 73 | /* Define if b64_ntop exists. */
|
74 | 74 | #undef HAVE_BASE64
|
75 | 75 |
|
76 |
| -/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
| 76 | +/* Define to 1 if you have the declaration of 'tzname', and to 0 if you don't. |
77 | 77 | */
|
78 | 78 | #undef HAVE_DECL_TZNAME
|
79 | 79 |
|
80 |
| -/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 80 | +/* Define to 1 if you have the <dirent.h> header file, and it defines 'DIR'. |
81 | 81 | */
|
82 | 82 | #undef HAVE_DIRENT_H
|
83 | 83 |
|
84 | 84 | /* Define to 1 if you have the <dlfcn.h> header file. */
|
85 | 85 | #undef HAVE_DLFCN_H
|
86 | 86 |
|
87 |
| -/* Define to 1 if you have the `dlopen' function. */ |
| 87 | +/* Define to 1 if you have the 'dlopen' function. */ |
88 | 88 | #undef HAVE_DLOPEN
|
89 | 89 |
|
90 | 90 | /* Define to 1 if you have the <dl.h> header file. */
|
91 | 91 | #undef HAVE_DL_H
|
92 | 92 |
|
93 |
| -/* Define to 1 if you have the `dprintf' function. */ |
| 93 | +/* Define to 1 if you have the 'dprintf' function. */ |
94 | 94 | #undef HAVE_DPRINTF
|
95 | 95 |
|
96 |
| -/* Define to 1 if you have the `EVP_md5' function. */ |
| 96 | +/* Define to 1 if you have the 'EVP_md5' function. */ |
97 | 97 | #undef HAVE_EVP_MD5
|
98 | 98 |
|
99 |
| -/* Define to 1 if you have the `EVP_PKEY_get1_EC_KEY' function. */ |
| 99 | +/* Define to 1 if you have the 'EVP_PKEY_get1_EC_KEY' function. */ |
100 | 100 | #undef HAVE_EVP_PKEY_GET1_EC_KEY
|
101 | 101 |
|
102 |
| -/* Define to 1 if you have the `EVP_sha1' function. */ |
| 102 | +/* Define to 1 if you have the 'EVP_sha1' function. */ |
103 | 103 | #undef HAVE_EVP_SHA1
|
104 | 104 |
|
105 |
| -/* Define to 1 if you have the `explicit_bzero' function. */ |
| 105 | +/* Define to 1 if you have the 'explicit_bzero' function. */ |
106 | 106 | #undef HAVE_EXPLICIT_BZERO
|
107 | 107 |
|
108 |
| -/* Define to 1 if you have the `explicit_memset' function. */ |
| 108 | +/* Define to 1 if you have the 'explicit_memset' function. */ |
109 | 109 | #undef HAVE_EXPLICIT_MEMSET
|
110 | 110 |
|
111 | 111 | /* Define to 1 if you have the <fcntl.h> header file. */
|
112 | 112 | #undef HAVE_FCNTL_H
|
113 | 113 |
|
114 |
| -/* Define to 1 if you have the `getpagesize' function. */ |
| 114 | +/* Define to 1 if you have the 'getpagesize' function. */ |
115 | 115 | #undef HAVE_GETPAGESIZE
|
116 | 116 |
|
117 |
| -/* Define to 1 if you have the `getrandom' function. */ |
| 117 | +/* Define to 1 if you have the 'getrandom' function. */ |
118 | 118 | #undef HAVE_GETRANDOM
|
119 | 119 |
|
120 | 120 | /* Define to 1 if you have the in6addr_any constant. */
|
|
123 | 123 | /* Define to 1 if you have the in6addr_loopback constant. */
|
124 | 124 | #undef HAVE_IN6ADDR_LOOPBACK
|
125 | 125 |
|
126 |
| -/* Define to 1 if you have the `inet_aton' function. */ |
| 126 | +/* Define to 1 if you have the 'inet_aton' function. */ |
127 | 127 | #undef HAVE_INET_ATON
|
128 | 128 |
|
129 |
| -/* Define to 1 if the system has the type `intptr_t'. */ |
| 129 | +/* Define to 1 if the system has the type 'intptr_t'. */ |
130 | 130 | #undef HAVE_INTPTR_T
|
131 | 131 |
|
132 | 132 | /* Define to 1 if you have the <inttypes.h> header file. */
|
133 | 133 | #undef HAVE_INTTYPES_H
|
134 | 134 |
|
135 |
| -/* Define to 1 if you have the `isascii' function. */ |
| 135 | +/* Define to 1 if you have the 'isascii' function. */ |
136 | 136 | #undef HAVE_ISASCII
|
137 | 137 |
|
138 |
| -/* Define to 1 if you have the `crypto' library (-lcrypto). */ |
| 138 | +/* Define to 1 if you have the 'crypto' library (-lcrypto). */ |
139 | 139 | #undef HAVE_LIBCRYPTO
|
140 | 140 |
|
141 |
| -/* Define to 1 if you have the `dld' library (-ldld). */ |
| 141 | +/* Define to 1 if you have the 'dld' library (-ldld). */ |
142 | 142 | #undef HAVE_LIBDLD
|
143 | 143 |
|
144 |
| -/* Define to 1 if you have the `ssl' library (-lssl). */ |
| 144 | +/* Define to 1 if you have the 'ssl' library (-lssl). */ |
145 | 145 | #undef HAVE_LIBSSL
|
146 | 146 |
|
147 | 147 | /* Define to 1 if you have the <limits.h> header file. */
|
148 | 148 | #undef HAVE_LIMITS_H
|
149 | 149 |
|
150 |
| -/* Define to 1 if you have the `load' function. */ |
| 150 | +/* Define to 1 if you have the 'load' function. */ |
151 | 151 | #undef HAVE_LOAD
|
152 | 152 |
|
153 | 153 | /* Define to 1 if you have the <loader.h> header file. */
|
|
162 | 162 | /* Define to 1 if you have the <mach-o/rld.h> header file. */
|
163 | 163 | #undef HAVE_MACH_O_RLD_H
|
164 | 164 |
|
165 |
| -/* Define to 1 if you have the `MD5_Final' function. */ |
| 165 | +/* Define to 1 if you have the 'MD5_Final' function. */ |
166 | 166 | #undef HAVE_MD5_FINAL
|
167 | 167 |
|
168 |
| -/* Define to 1 if you have the `MD5_Init' function. */ |
| 168 | +/* Define to 1 if you have the 'MD5_Init' function. */ |
169 | 169 | #undef HAVE_MD5_INIT
|
170 | 170 |
|
171 |
| -/* Define to 1 if you have the `MD5_Update' function. */ |
| 171 | +/* Define to 1 if you have the 'MD5_Update' function. */ |
172 | 172 | #undef HAVE_MD5_UPDATE
|
173 | 173 |
|
174 |
| -/* Define to 1 if you have the `memset_explicit' function. */ |
| 174 | +/* Define to 1 if you have the 'memset_explicit' function. */ |
175 | 175 | #undef HAVE_MEMSET_EXPLICIT
|
176 | 176 |
|
177 |
| -/* Define to 1 if you have the `memset_s' function. */ |
| 177 | +/* Define to 1 if you have the 'memset_s' function. */ |
178 | 178 | #undef HAVE_MEMSET_S
|
179 | 179 |
|
180 | 180 | /* Define to 1 if you have the <minix/config.h> header file. */
|
181 | 181 | #undef HAVE_MINIX_CONFIG_H
|
182 | 182 |
|
183 |
| -/* Define to 1 if you have a working `mmap' system call. */ |
| 183 | +/* Define to 1 if you have a working 'mmap' system call. */ |
184 | 184 | #undef HAVE_MMAP
|
185 | 185 |
|
186 |
| -/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 186 | +/* Define to 1 if you have the <ndir.h> header file, and it defines 'DIR'. */ |
187 | 187 | #undef HAVE_NDIR_H
|
188 | 188 |
|
189 | 189 | /* Define to 1 if you have the <netdb.h> header file. */
|
|
195 | 195 | /* Do we have <net/errno.h>? */
|
196 | 196 | #undef HAVE_NET_ERRNO_H
|
197 | 197 |
|
198 |
| -/* Define to 1 if you have the `NSLinkModule' function. */ |
| 198 | +/* Define to 1 if you have the 'NSLinkModule' function. */ |
199 | 199 | #undef HAVE_NSLINKMODULE
|
200 | 200 |
|
201 | 201 | /* Define this if your OpenSSL library has MD5 cipher support. */
|
|
216 | 216 | /* Define to 1 if you have the <rld.h> header file. */
|
217 | 217 | #undef HAVE_RLD_H
|
218 | 218 |
|
219 |
| -/* Define to 1 if you have the `rld_load' function. */ |
| 219 | +/* Define to 1 if you have the 'rld_load' function. */ |
220 | 220 | #undef HAVE_RLD_LOAD
|
221 | 221 |
|
222 |
| -/* Define to 1 if you have the `shl_load' function. */ |
| 222 | +/* Define to 1 if you have the 'shl_load' function. */ |
223 | 223 | #undef HAVE_SHL_LOAD
|
224 | 224 |
|
225 |
| -/* Define to 1 if you have the `snprintf' function. */ |
| 225 | +/* Define to 1 if you have the 'snprintf' function. */ |
226 | 226 | #undef HAVE_SNPRINTF
|
227 | 227 |
|
228 | 228 | /* Define to 1 if you have the <stdarg.h> header file. */
|
|
246 | 246 | /* Define to 1 if you have the <string.h> header file. */
|
247 | 247 | #undef HAVE_STRING_H
|
248 | 248 |
|
249 |
| -/* Define to 1 if you have the `strlcpy' function. */ |
| 249 | +/* Define to 1 if you have the 'strlcpy' function. */ |
250 | 250 | #undef HAVE_STRLCPY
|
251 | 251 |
|
252 |
| -/* Define to 1 if the system has the type `struct in6_addr'. */ |
| 252 | +/* Define to 1 if the system has the type 'struct in6_addr'. */ |
253 | 253 | #undef HAVE_STRUCT_IN6_ADDR
|
254 | 254 |
|
255 |
| -/* Define to 1 if the system has the type `struct sockaddr_in6'. */ |
| 255 | +/* Define to 1 if the system has the type 'struct sockaddr_in6'. */ |
256 | 256 | #undef HAVE_STRUCT_SOCKADDR_IN6
|
257 | 257 |
|
258 |
| -/* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
| 258 | +/* Define to 1 if 'tm_zone' is a member of 'struct tm'. */ |
259 | 259 | #undef HAVE_STRUCT_TM_TM_ZONE
|
260 | 260 |
|
261 |
| -/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 261 | +/* Define to 1 if you have the <sys/dir.h> header file, and it defines 'DIR'. |
262 | 262 | */
|
263 | 263 | #undef HAVE_SYS_DIR_H
|
264 | 264 |
|
265 | 265 | /* Define to 1 if you have the <sys/file.h> header file. */
|
266 | 266 | #undef HAVE_SYS_FILE_H
|
267 | 267 |
|
268 |
| -/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 268 | +/* Define to 1 if you have the <sys/ndir.h> header file, and it defines 'DIR'. |
269 | 269 | */
|
270 | 270 | #undef HAVE_SYS_NDIR_H
|
271 | 271 |
|
|
287 | 287 | /* Define to 1 if you have the <sys/types.h> header file. */
|
288 | 288 | #undef HAVE_SYS_TYPES_H
|
289 | 289 |
|
290 |
| -/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
291 |
| - `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
| 290 | +/* Define to 1 if you have the <time.h> header file. */ |
| 291 | +#undef HAVE_TIME_H |
| 292 | + |
| 293 | +/* Define to 1 if your 'struct tm' has 'tm_zone'. Deprecated, use |
| 294 | + 'HAVE_STRUCT_TM_TM_ZONE' instead. */ |
292 | 295 | #undef HAVE_TM_ZONE
|
293 | 296 |
|
294 |
| -/* Define to 1 if you don't have `tm_zone' but do have the external array |
295 |
| - `tzname'. */ |
| 297 | +/* Define to 1 if you don't have 'tm_zone' but do have the external array |
| 298 | + 'tzname'. */ |
296 | 299 | #undef HAVE_TZNAME
|
297 | 300 |
|
298 | 301 | /* Define to 1 if you have the <unistd.h> header file. */
|
299 | 302 | #undef HAVE_UNISTD_H
|
300 | 303 |
|
301 |
| -/* Define to 1 if you have the `vsnprintf' function. */ |
| 304 | +/* Define to 1 if you have the 'vsnprintf' function. */ |
302 | 305 | #undef HAVE_VSNPRINTF
|
303 | 306 |
|
304 | 307 | /* Define to 1 if you have the <wchar.h> header file. */
|
|
357 | 360 | /* Define if running under QNX. */
|
358 | 361 | #undef QNX_HACKS
|
359 | 362 |
|
360 |
| -/* Define to the type of arg 1 for `select'. */ |
| 363 | +/* Define to the type of arg 1 for 'select'. */ |
361 | 364 | #undef SELECT_TYPE_ARG1
|
362 | 365 |
|
363 |
| -/* Define to the type of args 2, 3 and 4 for `select'. */ |
| 366 | +/* Define to the type of args 2, 3 and 4 for 'select'. */ |
364 | 367 | #undef SELECT_TYPE_ARG234
|
365 | 368 |
|
366 |
| -/* Define to the type of arg 5 for `select'. */ |
| 369 | +/* Define to the type of arg 5 for 'select'. */ |
367 | 370 | #undef SELECT_TYPE_ARG5
|
368 | 371 |
|
369 |
| -/* The size of `char', as computed by sizeof. */ |
| 372 | +/* The size of 'char', as computed by sizeof. */ |
370 | 373 | #undef SIZEOF_CHAR
|
371 | 374 |
|
372 |
| -/* The size of `int', as computed by sizeof. */ |
| 375 | +/* The size of 'int', as computed by sizeof. */ |
373 | 376 | #undef SIZEOF_INT
|
374 | 377 |
|
375 |
| -/* The size of `long', as computed by sizeof. */ |
| 378 | +/* The size of 'long', as computed by sizeof. */ |
376 | 379 | #undef SIZEOF_LONG
|
377 | 380 |
|
378 |
| -/* The size of `short', as computed by sizeof. */ |
| 381 | +/* The size of 'short', as computed by sizeof. */ |
379 | 382 | #undef SIZEOF_SHORT
|
380 | 383 |
|
381 |
| -/* The size of `void*', as computed by sizeof. */ |
| 384 | +/* The size of 'void*', as computed by sizeof. */ |
382 | 385 | #undef SIZEOF_VOIDP
|
383 | 386 |
|
384 |
| -/* Define to 1 if all of the C90 standard headers exist (not just the ones |
| 387 | +/* Define to 1 if all of the C89 standard headers exist (not just the ones |
385 | 388 | required in a freestanding environment). This macro is provided for
|
386 | 389 | backward compatibility; new code need not use it. */
|
387 | 390 | #undef STDC_HEADERS
|
|
392 | 395 | /* Define this to enable SSL support. */
|
393 | 396 | #undef TLS
|
394 | 397 |
|
395 |
| -/* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 398 | +/* Define to 1 if your <sys/time.h> declares 'struct tm'. */ |
396 | 399 | #undef TM_IN_SYS_TIME
|
397 | 400 |
|
398 |
| -/* Enable extensions on AIX 3, Interix. */ |
| 401 | +/* Enable extensions on AIX, Interix, z/OS. */ |
399 | 402 | #ifndef _ALL_SOURCE
|
400 | 403 | # undef _ALL_SOURCE
|
401 | 404 | #endif
|
|
456 | 459 | #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
|
457 | 460 | # undef __STDC_WANT_IEC_60559_DFP_EXT__
|
458 | 461 | #endif
|
| 462 | +/* Enable extensions specified by C23 Annex F. */ |
| 463 | +#ifndef __STDC_WANT_IEC_60559_EXT__ |
| 464 | +# undef __STDC_WANT_IEC_60559_EXT__ |
| 465 | +#endif |
459 | 466 | /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
|
460 | 467 | #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
|
461 | 468 | # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
|
462 | 469 | #endif
|
463 |
| -/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ |
| 470 | +/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */ |
464 | 471 | #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
|
465 | 472 | # undef __STDC_WANT_IEC_60559_TYPES_EXT__
|
466 | 473 | #endif
|
|
498 | 505 | /* Define this to a 64-bit type on Cygwin to satisfy OpenSSL dependencies. */
|
499 | 506 | #undef __int64
|
500 | 507 |
|
501 |
| -/* Define to empty if `const' does not conform to ANSI C. */ |
| 508 | +/* Define to empty if 'const' does not conform to ANSI C. */ |
502 | 509 | #undef const
|
503 | 510 |
|
504 | 511 | /* Define this to ASN1_STRING_get0_data when using OpenSSL 1.1.0+,
|
505 | 512 | ASN1_STRING_data otherwise. */
|
506 | 513 | #undef egg_ASN1_string_data
|
507 | 514 |
|
508 |
| -/* Define to `__inline__' or `__inline' if that's what the C compiler |
| 515 | +/* Define to '__inline__' or '__inline' if that's what the C compiler |
509 | 516 | calls it, or to nothing if 'inline' is not supported under any name. */
|
510 | 517 | #ifndef __cplusplus
|
511 | 518 | #undef inline
|
|
518 | 525 | /* Define as a signed integer type capable of holding a process identifier. */
|
519 | 526 | #undef pid_t
|
520 | 527 |
|
521 |
| -/* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 528 | +/* Define as 'unsigned int' if <stddef.h> doesn't define. */ |
522 | 529 | #undef size_t
|
523 | 530 |
|
524 | 531 | /* Substitute for socklen_t */
|
525 | 532 | #undef socklen_t
|
526 | 533 |
|
527 |
| -/* Define to empty if the keyword `volatile' does not work. Warning: valid |
528 |
| - code using `volatile' can become incorrect without. Disable with care. */ |
| 534 | +/* Define to empty if the keyword 'volatile' does not work. Warning: valid |
| 535 | + code using 'volatile' can become incorrect without. Disable with care. */ |
529 | 536 | #undef volatile
|
530 | 537 |
|
531 | 538 | #endif /* !_EGG_CONFIG_H */
|
0 commit comments