X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/99bf4160db74c508e5ef00dff1dc053ecf0f5997..fbbf5d6a250314444fa682e19c56b52e3774180e:/config.h.in diff --git a/config.h.in b/config.h.in index c1ebdb6..71f2f5c 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 @@ -13,15 +16,9 @@ */ #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 @@ -31,6 +28,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 @@ -64,11 +67,10 @@ /* 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 1 if you have the header file. */ +#undef HAVE_UV_H -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Name of package */ @@ -92,6 +94,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