diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-08 21:32:52 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-06-08 21:32:52 +0000 |
commit | 4e45067a4831868496a7bfec31c18c9b96da5438 (patch) | |
tree | f0d17941f638a6cf920505a7b991e795c5b938f6 /config.h.in | |
parent | 5098cf7315b57c6f39b5e2a39a9a721bfe4553ce (diff) |
Removed intermediate automake files (Sebastian Pipping)
# To regenerate these files, do something like:
libtoolize --copy --force \
&& aclocal \
&& automake --add-missing --copy --force-missing \
&& autoheader \
&& autoconf
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 116 |
1 files changed, 0 insertions, 116 deletions
diff --git a/config.h.in b/config.h.in deleted file mode 100644 index b91fc58..0000000 --- a/config.h.in +++ /dev/null @@ -1,116 +0,0 @@ -/* 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 |