/* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 to include debug-code */ #undef DEBUG /* Define to 1 if deleting of files during reading of directory is not properly supported by OS */ #undef DIRBROWSER_SNAPSHOT /* Define to 1 to not use curses */ #undef DISABLE_CURSES /* Define to 1 to disable gzip-support */ #undef DISABLE_GZIP /* Define to 1 to disable par-verification and repair */ #undef DISABLE_PARCHECK /* Define to 1 to not use TLS/SSL */ #undef DISABLE_TLS /* Define to the name of macro which returns the name of function being compiled */ #undef FUNCTION_MACRO_NAME /* Define to 1 to create stacktrace on segmentation faults */ #undef HAVE_BACKTRACE /* Define to 1 if ctime_r takes 2 arguments */ #undef HAVE_CTIME_R_2 /* Define to 1 if ctime_r takes 3 arguments */ #undef HAVE_CTIME_R_3 /* Define to 1 if you have the header file. */ #undef HAVE_CURSES_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H /* Define to 1 if you have the header file. */ #undef HAVE_ENDIAN_H /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #undef HAVE_FSEEKO /* Define to 1 if getaddrinfo is supported */ #undef HAVE_GETADDRINFO /* Define to 1 if gethostbyname_r is supported */ #undef HAVE_GETHOSTBYNAME_R /* Define to 1 if gethostbyname_r takes 3 arguments */ #undef HAVE_GETHOSTBYNAME_R_3 /* Define to 1 if gethostbyname_r takes 5 arguments */ #undef HAVE_GETHOSTBYNAME_R_5 /* Define to 1 if gethostbyname_r takes 6 arguments */ #undef HAVE_GETHOSTBYNAME_R_6 /* Define to 1 if you have the `getopt' function. */ #undef HAVE_GETOPT /* Define to 1 if you have the header file. */ #undef HAVE_GETOPT_H /* Define to 1 if getopt_long is supported */ #undef HAVE_GETOPT_LONG /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 to use GnuTLS library for TLS/SSL-support. */ #undef HAVE_LIBGNUTLS /* Define to 1 if you have the `memcpy' function. */ #undef HAVE_MEMCPY /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_NCURSES_H /* Define to 1 if you have the header file. */ #undef HAVE_NCURSES_NCURSES_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H /* Define to 1 to use OpenSSL library for TLS/SSL-support. */ #undef HAVE_OPENSSL /* Define to 1 if you have the header file. */ #undef HAVE_REGEX_H /* Define to 1 if _SC_NPROCESSORS_ONLN is present in unistd.h */ #undef HAVE_SC_NPROCESSORS_ONLN /* Define to 1 if spinlocks are supported */ #undef HAVE_SPINLOCK /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDIO_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strcasecmp' function. */ #undef HAVE_STRCASECMP /* Define to 1 if you have the `strchr' function. */ #undef HAVE_STRCHR /* Define to 1 if you have the `stricmp' function. */ #undef HAVE_STRICMP /* 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, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PRCTL_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 1 if variadic macros are supported */ #undef HAVE_VARIADIC_MACROS /* Define to 1 if the system has the type `_Bool'. */ #undef HAVE__BOOL /* Define to 1 to exclude debug-code */ #undef NDEBUG /* Name of package */ #undef PACKAGE /* 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 to install an empty signal handler for SIGCHLD */ #undef SIGCHLD_HANDLER /* Determine what socket length (socklen_t) data type is */ #undef SOCKLEN_T /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* 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. */ #ifndef __cplusplus #undef inline #endif /* Define to `unsigned int' if does not define. */ #undef size_t