Line 200... |
Line 200... |
#undef PACKAGE_STRING
|
#undef PACKAGE_STRING
|
|
|
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
#undef PACKAGE_TARNAME
|
#undef PACKAGE_TARNAME
|
|
|
|
/* Define to the home page for this package. */
|
|
#undef PACKAGE_URL
|
|
|
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
#undef PACKAGE_VERSION
|
#undef PACKAGE_VERSION
|
|
|
/* Define if exists and defines unusable PRI* macros. */
|
/* Define if exists and defines unusable PRI* macros. */
|
#undef PRI_MACROS_BROKEN
|
#undef PRI_MACROS_BROKEN
|
|
|
/* If using the C implementation of alloca, define if you know the
|
/* If using the C implementation of alloca, define if you know the
|
direction of stack growth for your system; otherwise it will be
|
direction of stack growth for your system; otherwise it will be
|
automatically deduced at run-time.
|
automatically deduced at runtime.
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
STACK_DIRECTION > 0 => grows toward higher addresses
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
STACK_DIRECTION < 0 => grows toward lower addresses
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
STACK_DIRECTION = 0 => direction of growth unknown */
|
#undef STACK_DIRECTION
|
#undef STACK_DIRECTION
|
|
|
Line 226... |
Line 229... |
calls it, or to nothing if 'inline' is not supported under any name. */
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
#ifndef __cplusplus
|
#ifndef __cplusplus
|
#undef inline
|
#undef inline
|
#endif
|
#endif
|
|
|
/* Define to `long' if does not define. */
|
/* Define to `long int' if does not define. */
|
#undef off_t
|
#undef off_t
|
|
|
/* Define this entry point correctly. */
|
/* Define this entry point correctly. */
|
#undef relocate
|
#undef relocate
|
|
|
/* Define this entry point correctly. */
|
/* Define this entry point correctly. */
|
#undef set_relocation_prefix
|
#undef set_relocation_prefix
|
|
|
/* Define to `unsigned' if does not define. */
|
/* Define to `unsigned int' if does not define. */
|
#undef size_t
|
#undef size_t
|
|
|
/* Define to unsigned long or unsigned long long if and
|
/* Define to unsigned long or unsigned long long if and
|
don't define. */
|
don't define. */
|
#undef uintmax_t
|
#undef uintmax_t
|