/* config.h.in. Generated from configure.in by autoheader. */ /* define if there is an inline keyword */ #undef HAS_INLINE /* define as the inline keyword */ #undef INLINE /* define as the 16 bit integer (2 bytes) */ #define INT16 short /* define as the 32 bit integer (4 bytes) */ #define INT32 long /* define as the 64 bit integer (8 bytes) if any*/ #undef INT64 /* define if you want memory allocation debug */ #undef MEM_DEBUG /* define if you want memory usage statistics */ #undef MEM_STATS /* define as the way to print an off_t */ #define PRINTOFFT "%ld" /* define as the system's default block unit size */ #undef STAT_BLOCKUNIT /* define if you want to use fcntl(...FREESP...) to free blocks */ #undef USE_FCNTL_FREESP /* define if flock() works */ #undef HAS_LOCKF /* define if lockf() workds */ #undef HAS_FLOCK /* define if O_APPEND works as it should */ #undef WORKING_O_APPEND /* define if the machine handles enough unaligned memory access */ /* ie, htonl( ) */ #undef HANDLES_UNALIGNED_ACCESS /* define this if ftrunc works */ #undef WORKING_FTRUNCATE /* define as the off_t type to use */ #define MIRD_OFF_T off_t /* set if you want syscall statistics */ #define SYSCALL_STATISTICS 1 /* set if you have/need the O_BINARY to open() */ #undef HAVE_O_BINARY /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the `fdatasync' function. */ #undef HAVE_FDATASYNC /* Define to 1 if you have the `ftruncate' function. */ #undef HAVE_FTRUNCATE /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `llseek' function. */ #undef HAVE_LLSEEK /* Define to 1 if you have the `lseek64' function. */ #undef HAVE_LSEEK64 /* Define to 1 if you have the `memcmp' function. */ #undef HAVE_MEMCMP /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H /* Define to 1 if you have the `pread' function. */ #undef HAVE_PREAD /* Define to 1 if you have the `pwrite' function. */ #undef HAVE_PWRITE /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS