| 288 |
|
/* Set to prefix. */ |
| 289 |
|
#undef PREFIX |
| 290 |
|
|
| 291 |
– |
/* The size of `int', as computed by sizeof. */ |
| 292 |
– |
#undef SIZEOF_INT |
| 293 |
– |
|
| 294 |
– |
/* The size of `int64_t', as computed by sizeof. */ |
| 295 |
– |
#undef SIZEOF_INT64_T |
| 296 |
– |
|
| 297 |
– |
/* The size of `long', as computed by sizeof. */ |
| 298 |
– |
#undef SIZEOF_LONG |
| 299 |
– |
|
| 300 |
– |
/* The size of `long long', as computed by sizeof. */ |
| 301 |
– |
#undef SIZEOF_LONG_LONG |
| 302 |
– |
|
| 303 |
– |
/* The size of `short', as computed by sizeof. */ |
| 304 |
– |
#undef SIZEOF_SHORT |
| 305 |
– |
|
| 306 |
– |
/* The size of `void *', as computed by sizeof. */ |
| 307 |
– |
#undef SIZEOF_VOID_P |
| 308 |
– |
|
| 291 |
|
/* Define to 1 if you have the ANSI C header files. */ |
| 292 |
|
#undef STDC_HEADERS |
| 293 |
|
|
| 339 |
|
|
| 340 |
|
/* Define to a type to use for `error_t' if it is not otherwise available. */ |
| 341 |
|
#undef error_t |
| 360 |
– |
|
| 361 |
– |
/* Define to `short' if <sys/types.h> does not define. */ |
| 362 |
– |
#undef int16_t |
| 363 |
– |
|
| 364 |
– |
/* Define to `long' if <sys/types.h> does not define. */ |
| 365 |
– |
#undef int32_t |
| 366 |
– |
|
| 367 |
– |
/* Define to `long long' if <sys/types.h> does not define. */ |
| 368 |
– |
#undef int64_t |
| 369 |
– |
|
| 370 |
– |
/* Define to `unsigned short' if <sys/types.h> does not define. */ |
| 371 |
– |
#undef uint16_t |
| 372 |
– |
|
| 373 |
– |
/* Define to `unsigned long' if <sys/types.h> does not define. */ |
| 374 |
– |
#undef uint32_t |
| 375 |
– |
|
| 376 |
– |
/* Define to `unsigned long long' if <sys/types.h> does not define. */ |
| 377 |
– |
#undef uint64_t |