diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 09:00:04 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-09 09:00:04 +0000 |
commit | cb3ce84e3c6c9ada5a141d967c7a9bbafdc1b061 (patch) | |
tree | 1edc6b282c7f5a6006b3691c43090a27ccef121d /config.h.in | |
parent | 97ae28b2834afacc3285c93880cc602fec7cf631 (diff) |
Missing files for configure
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..b91fc58 --- /dev/null +++ b/config.h.in @@ -0,0 +1,116 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Check for dlopen in c */ +#undef DLLIB + +/* Check for ftime */ +#undef FTIME + +/* Define to 1 if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the <inttypes.h> header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the `z' library (-lz). */ +#undef HAVE_LIBZ + +/* Define to 1 if you have the <memory.h> header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `snprintf' function. */ +#undef HAVE_SNPRINTF + +/* 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 1 if you have the `vsnprintf' function. */ +#undef HAVE_VSNPRINTF + +/* Check for in_addr_t */ +#undef HTS_DO_NOT_REDEFINE_in_addr_t + +/* Check for IPv6 */ +#undef HTS_INET6 + +/* Check for large files support */ +#undef HTS_LFS + +/* Check for OpenSSL */ +#undef HTS_USEOPENSSL + +/* Check for libiconv */ +#undef LIBICONV + +/* Check for libsocket */ +#undef LIBSOCKET + +/* LLint format */ +#undef LLINT_FORMAT + +/* LLint type */ +#undef LLINT_TYPE + +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + +/* 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 + +/* "enable replacement (v)snprintf if system (v)snprintf is broken" */ +#undef PREFER_PORTABLE_SNPRINTF + +/* Check for setuid */ +#undef SETUID + +/* The size of `long', as computed by sizeof. */ +#undef SIZEOF_LONG + +/* The size of `long long', as computed by sizeof. */ +#undef SIZEOF_LONG_LONG + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Check for pthread in pthreads */ +#undef THREADS + +/* Version number of package */ +#undef VERSION |