Line 1... |
Line 1... |
/* config.in. Generated from configure.ac by autoheader. */
|
/* config.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* Define if building universal (internal helper macro) */
|
|
#undef AC_APPLE_UNIVERSAL_BUILD
|
|
|
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
|
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
|
This function is required for alloca.c support on those systems. */
|
This function is required for alloca.c support on those systems. */
|
#undef CRAY_STACKSEG_END
|
#undef CRAY_STACKSEG_END
|
|
|
/* Define to 1 if you have the header file. */
|
/* Define to 1 if you have the header file. */
|
Line 137... |
Line 140... |
#undef HAVE_MEMCMP
|
#undef HAVE_MEMCMP
|
|
|
/* Define to 1 if you have the `memcpy' function. */
|
/* Define to 1 if you have the `memcpy' function. */
|
#undef HAVE_MEMCPY
|
#undef HAVE_MEMCPY
|
|
|
|
/* Define to 1 if you have the `memmem' function. */
|
|
#undef HAVE_MEMMEM
|
|
|
/* Define to 1 if you have the `memmove' function. */
|
/* Define to 1 if you have the `memmove' function. */
|
#undef HAVE_MEMMOVE
|
#undef HAVE_MEMMOVE
|
|
|
/* Define to 1 if you have the header file. */
|
/* Define to 1 if you have the header file. */
|
#undef HAVE_MEMORY_H
|
#undef HAVE_MEMORY_H
|
Line 398... |
Line 404... |
#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
|
|
|
/* The size of a `int', as computed by sizeof. */
|
/* The size of `int', as computed by sizeof. */
|
#undef SIZEOF_INT
|
#undef SIZEOF_INT
|
|
|
/* Define if you know the direction of stack growth for your system; otherwise
|
/* Define if you know the direction of stack growth for your system; otherwise
|
it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
|
it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
|
toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
|
toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
|
Line 419... |
Line 428... |
#undef TIME_WITH_SYS_TIME
|
#undef TIME_WITH_SYS_TIME
|
|
|
/* Define to an unsigned 64-bit type available in the compiler. */
|
/* Define to an unsigned 64-bit type available in the compiler. */
|
#undef UNSIGNED_64BIT_TYPE
|
#undef UNSIGNED_64BIT_TYPE
|
|
|
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
|
# if defined __BIG_ENDIAN__
|
|
# define WORDS_BIGENDIAN 1
|
|
# endif
|
|
#else
|
|
# ifndef WORDS_BIGENDIAN
|
#undef WORDS_BIGENDIAN
|
#undef WORDS_BIGENDIAN
|
|
# endif
|
|
#endif
|
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
#undef _FILE_OFFSET_BITS
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
#undef _LARGE_FILES
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
/* Define to empty if `const' does not conform to ANSI C. */
|
#undef const
|
#undef const
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
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. */
|
|
#undef intptr_t
|
|
|
/* Define to `int' if does not define. */
|
/* Define to `int' if does not define. */
|
#undef pid_t
|
#undef pid_t
|
|
|
/* Define to `unsigned long' if does not define. */
|
/* Define to `unsigned long' if does not define. */
|
#undef uintptr_t
|
#undef uintptr_t
|