Line 76... |
Line 76... |
#undef HAVE_FCNTL_H
|
#undef HAVE_FCNTL_H
|
|
|
/* Define to 1 if you have the `fdopen' function. */
|
/* Define to 1 if you have the `fdopen' function. */
|
#undef HAVE_FDOPEN
|
#undef HAVE_FDOPEN
|
|
|
|
/* Define to 1 if you have the `fileno' function. */
|
|
#undef HAVE_FILENO
|
|
|
/* Define to 1 if you have the `fopen64' function. */
|
/* Define to 1 if you have the `fopen64' function. */
|
#undef HAVE_FOPEN64
|
#undef HAVE_FOPEN64
|
|
|
/* Define to 1 if you have the `fseeko' function. */
|
/* Define to 1 if you have the `fseeko' function. */
|
#undef HAVE_FSEEKO
|
#undef HAVE_FSEEKO
|
Line 222... |
Line 225... |
#undef HAVE_UNISTD_H
|
#undef HAVE_UNISTD_H
|
|
|
/* Define if has win32_pstatus_t. */
|
/* Define if has win32_pstatus_t. */
|
#undef HAVE_WIN32_PSTATUS_T
|
#undef HAVE_WIN32_PSTATUS_T
|
|
|
|
/* Define to 1 if you have the header file. */
|
|
#undef HAVE_ZLIB_H
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
*/
|
*/
|
#undef LT_OBJDIR
|
#undef LT_OBJDIR
|
|
|
/* Name of package */
|
/* Name of package */
|
Line 241... |
Line 247... |
#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 `char', as computed by sizeof. */
|
/* The size of `char', as computed by sizeof. */
|
#undef SIZEOF_CHAR
|
#undef SIZEOF_CHAR
|
|
|
/* The size of a `int', as computed by sizeof. */
|
/* The size of `int', as computed by sizeof. */
|
#undef SIZEOF_INT
|
#undef SIZEOF_INT
|
|
|
/* The size of a `long', as computed by sizeof. */
|
/* The size of `long', as computed by sizeof. */
|
#undef SIZEOF_LONG
|
#undef SIZEOF_LONG
|
|
|
/* The size of a `long long', as computed by sizeof. */
|
/* The size of `long long', as computed by sizeof. */
|
#undef SIZEOF_LONG_LONG
|
#undef SIZEOF_LONG_LONG
|
|
|
/* The size of a `off_t', as computed by sizeof. */
|
/* The size of `off_t', as computed by sizeof. */
|
#undef SIZEOF_OFF_T
|
#undef SIZEOF_OFF_T
|
|
|
/* The size of a `short', as computed by sizeof. */
|
/* The size of `short', as computed by sizeof. */
|
#undef SIZEOF_SHORT
|
#undef SIZEOF_SHORT
|
|
|
/* The size of a `void *', as computed by sizeof. */
|
/* The size of `void *', as computed by sizeof. */
|
#undef SIZEOF_VOID_P
|
#undef SIZEOF_VOID_P
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
/* Define to 1 if you have the ANSI C header files. */
|
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
|
|
Line 289... |
Line 298... |
#undef USE_SECUREPLT
|
#undef USE_SECUREPLT
|
|
|
/* Define if we may generate symbols with ELF's STT_COMMON type */
|
/* Define if we may generate symbols with ELF's STT_COMMON type */
|
#undef USE_STT_COMMON
|
#undef USE_STT_COMMON
|
|
|
/* Version number of package */
|
/* Enable extensions on AIX 3, Interix. */
|
#undef VERSION
|
#ifndef _ALL_SOURCE
|
|
# undef _ALL_SOURCE
|
|
#endif
|
/* Enable GNU extensions on systems that have them. */
|
/* Enable GNU extensions on systems that have them. */
|
#ifndef _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
# undef _GNU_SOURCE
|
# undef _GNU_SOURCE
|
#endif
|
#endif
|
|
/* Enable threading extensions on Solaris. */
|
|
#ifndef _POSIX_PTHREAD_SEMANTICS
|
|
# undef _POSIX_PTHREAD_SEMANTICS
|
|
#endif
|
|
/* Enable extensions on HP NonStop. */
|
|
#ifndef _TANDEM_SOURCE
|
|
# undef _TANDEM_SOURCE
|
|
#endif
|
|
/* Enable general extensions on Solaris. */
|
|
#ifndef __EXTENSIONS__
|
|
# undef __EXTENSIONS__
|
|
#endif
|
|
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|
|
|
|
/* 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 1 if on MINIX. */
|
|
#undef _MINIX
|
|
|
|
/* Define to 2 if the system does not provide POSIX.1 features except with
|
|
this defined. */
|
|
#undef _POSIX_1_SOURCE
|
|
|
|
/* Define to 1 if you need to in order for `stat' and other things to work. */
|
|
#undef _POSIX_SOURCE
|