From: Jay Freeman (saurik) Date: Thu, 20 Jun 2013 13:18:43 +0000 (-0700) Subject: I should include built config.h.in for other users. X-Git-Tag: v0.9.500%b1~78 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/99bf4160db74c508e5ef00dff1dc053ecf0f5997?ds=sidebyside I should include built config.h.in for other users. --- diff --git a/.gitignore b/.gitignore index dc8217e..d9f185c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ libtool .libs autom4te.cache config.h -config.h.in control control.tmp config.log diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..c1ebdb6 --- /dev/null +++ b/config.h.in @@ -0,0 +1,99 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_FFI_FFI_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_FFI_H + +/* Define to 1 if you have the `Foundation' framework (-framework Foundation). + */ +#undef HAVE_FRAMEWORK_FOUNDATION + +/* Define to 1 if you have the `WebKit' framework (-framework WebKit). */ +#undef HAVE_FRAMEWORK_WEBKIT + +/* Define to 1 if you have the header file. */ +#undef HAVE_HISTORY_H + +/* Define if you have the iconv() function and it works. */ +#undef HAVE_ICONV + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define if you have a readline compatible library */ +#undef HAVE_LIBREADLINE + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_READLINE_H + +/* Define if your readline library has \`add_history' */ +#undef HAVE_READLINE_HISTORY + +/* Define to 1 if you have the header file. */ +#undef HAVE_READLINE_HISTORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_READLINE_READLINE_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define as const if the declaration of iconv() needs const. */ +#undef ICONV_CONST + +/* 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 + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION