X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/babf7fe801343d17a8e10af432870e856168187d..d6e14b17d2f8c257a9758eee0cf066ba48949c88:/config.h.in diff --git a/config.h.in b/config.h.in index ee08ca4..53aef83 100644 --- a/config.h.in +++ b/config.h.in @@ -1,5 +1,8 @@ /* config.h.in. Generated from configure.ac by autoheader. */ +/* define if the compiler supports basic C++11 syntax */ +#undef HAVE_CXX11 + /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H @@ -9,6 +12,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_FFI_H +/* Define to 1 if you have the `ffi_prep_cif_var' function. */ +#undef HAVE_FFI_PREP_CIF_VAR + /* Define to 1 if you have the `Foundation' framework (-framework Foundation). */ #undef HAVE_FRAMEWORK_FOUNDATION @@ -25,6 +31,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD + +/* Have PTHREAD_PRIO_INHERIT. */ +#undef HAVE_PTHREAD_PRIO_INHERIT + /* Define to 1 if you have the header file. */ #undef HAVE_READLINE_H @@ -37,6 +49,12 @@ /* 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_RUBY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SQLITE3_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -58,8 +76,10 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to 1 if you have the header file. */ +#undef HAVE_UV_H + +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ @@ -83,6 +103,10 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS