Codebase list ipv6calc / upstream/0.97.2 config.h.in
upstream/0.97.2

Tree @upstream/0.97.2 (Download .tar.gz)

config.h.in @upstream/0.97.2raw · history · blame

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

/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD

/* Copyright year */
#undef COPYRIGHT_YEAR

/* Define if bundled MD5 should be used */
#undef ENABLE_BUNDLED_MD5

/* Define GeoIP database directory. */
#undef GEOIP_DB

/* Define GeoIP dynamic library. */
#undef GEOIP_DYN_LIB

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

/* Define to 1 if you have the `MD5_Final' function. */
#undef HAVE_MD5_FINAL

/* Define to 1 if you have the `MD5_Init' function. */
#undef HAVE_MD5_INIT

/* Define to 1 if you have the `MD5_Update' function. */
#undef HAVE_MD5_UPDATE

/* 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 `strspn' function. */
#undef HAVE_STRSPN

/* Define to 1 if you have the `strstr' function. */
#undef HAVE_STRSTR

/* 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 IP2Location database directory. */
#undef IP2LOCATION_DB

/* Define IP2Location dynamic library. */
#undef IP2LOCATION_DYN_LIB

/* 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 if you want ipv6calc binaries compiled with shared library
   libipv6calc */
#undef SHARED_LIBRARY

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define if you want IEEE database included. */
#undef SUPPORT_DB_IEEE

/* Define if you want IPv4 database included. */
#undef SUPPORT_DB_IPV4

/* Define if you want IPv6 database included. */
#undef SUPPORT_DB_IPV6

/* Define if you want GeoIP support. */
#undef SUPPORT_GEOIP

/* Define if your GeoIP version supports GeoIP_cleanup. */
#undef SUPPORT_GEOIP_CLEANUP

/* Define if your GeoIP version supports GeoIP_country_code_by_addr_v6. */
#undef SUPPORT_GEOIP_COUNTRY_CODE_BY_ADDR_V6

/* Define if your GeoIP version supports GeoIP_country_name_by_addr_v6. */
#undef SUPPORT_GEOIP_COUNTRY_NAME_BY_ADDR_V6

/* Define if you want GeoIP support with dynamic loading support - requires
   also additional linker options. */
#undef SUPPORT_GEOIP_DYN

/* Define if your GeoIP version supports GeoIP_lib_version. */
#undef SUPPORT_GEOIP_LIB_VERSION

/* Define if you want GeoIP support statically linked - requires also
   additional linker options. */
#undef SUPPORT_GEOIP_STATIC

/* Define if you want GeoIP IPv6 support. */
#undef SUPPORT_GEOIP_V6

/* Define if you want IP2Location support. */
#undef SUPPORT_IP2LOCATION

/* Define if you want IP2Location support with dynamic loading support -
   requires also additional linker options. */
#undef SUPPORT_IP2LOCATION_DYN

/* Define if you want IP2Location support statically linked - requires also
   additional linker options. */
#undef SUPPORT_IP2LOCATION_STATIC

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
#  undef WORDS_BIGENDIAN
# endif
#endif

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t

/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t