Codebase list nzbget / fresh-releases/main config.h.in
fresh-releases/main

Tree @fresh-releases/main (Download .tar.gz)

config.h.in @fresh-releases/mainraw · history · blame

/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define to 1 to include debug-code */
#undef DEBUG

/* Define to 1 to not use curses */
#undef DISABLE_CURSES

/* Define to 1 to disable gzip-support */
#undef DISABLE_GZIP

/* Define to 1 to not use libxml2, only for development purposes */
#undef DISABLE_LIBXML2

/* 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 1 to enable unit and integration tests */
#undef ENABLE_TESTS

/* 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 <curses.h> header file. */
#undef HAVE_CURSES_H

/* define if the compiler supports basic C++14 syntax */
#undef HAVE_CXX14

/* Define to 1 if you have the <endian.h> header file. */
#undef HAVE_ENDIAN_H

/* Define to 1 if fdatasync is supported */
#undef HAVE_FDATASYNC

/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO

/* Define to 1 if F_FULLFSYNC is supported */
#undef HAVE_FULLFSYNC

/* 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 <getopt.h> 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 <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 to use GnuTLS library for TLS/SSL-support. */
#undef HAVE_LIBGNUTLS

/* Define to 1 if lockf is supported */
#undef HAVE_LOCKF

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H

/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
#undef HAVE_NCURSES_NCURSES_H

/* Define to 1 to use Nettle library for decryption. */
#undef HAVE_NETTLE

/* Define to 1 to use OpenSSL library for TLS/SSL-support and decryption. */
#undef HAVE_OPENSSL

/* Define to 1 if pthread_cancel is supported */
#undef HAVE_PTHREAD_CANCEL

/* Define to 1 if you have the <regex.h> 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 you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `stricmp' function. */
#undef HAVE_STRICMP

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/prctl.h> header file. */
#undef HAVE_SYS_PRCTL_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if variadic macros are supported */
#undef HAVE_VARIADIC_MACROS

/* Define to 1 if OpenSSL supports function "X509_check_host". */
#undef HAVE_X509_CHECK_HOST

/* 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 home page for this package. */
#undef PACKAGE_URL

/* 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

/* Enable large inode numbers on Mac OS X 10.5.  */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif

/* 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 `unsigned int' if <sys/types.h> does not define. */
#undef size_t