mirror of https://github.com/citusdata/citus.git
90 lines
2.2 KiB
C
90 lines
2.2 KiB
C
/* src/include/citus_config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
|
|
/*
|
|
* citus_config.h.in is generated by autoconf/autoheader and
|
|
* converted into citus_config.h by configure. Include when code needs to
|
|
* depend on determinations made by configure.
|
|
*
|
|
* Do not manually edit!
|
|
*/
|
|
|
|
|
|
/* Citus edition as a string */
|
|
#undef CITUS_EDITION
|
|
|
|
/* Extension version expected by this Citus build */
|
|
#undef CITUS_EXTENSIONVERSION
|
|
|
|
/* Citus major version as a string */
|
|
#undef CITUS_MAJORVERSION
|
|
|
|
/* Citus full name as a string */
|
|
#undef CITUS_NAME
|
|
|
|
/* Citus version as a string */
|
|
#undef CITUS_VERSION
|
|
|
|
/* Citus version as a number */
|
|
#undef CITUS_VERSION_NUM
|
|
|
|
/* A string containing the version number, platform, and C compiler */
|
|
#undef CITUS_VERSION_STR
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* Define to 1 if you have the `curl' library (-lcurl). */
|
|
#undef HAVE_LIBCURL
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#undef HAVE_MEMORY_H
|
|
|
|
/* 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 <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/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 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
|
|
|
|
/* Base URL for statistics collection and update checks */
|
|
#undef REPORTS_BASE_URL
|
|
|
|
/* The size of `void *', as computed by sizeof. */
|
|
#undef SIZEOF_VOID_P
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#undef STDC_HEADERS
|