X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/1771224f6d1aaac181963198b5d9fe1b1ed5469e..032131d5afeca86ad9d94d9bd7e4f299d06906b1:/config.h.in?ds=sidebyside diff --git a/config.h.in b/config.h.in index 2ba1879..71f2f5c 100644 --- a/config.h.in +++ b/config.h.in @@ -28,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 @@ -61,8 +67,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 */ @@ -86,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