projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Do not allow JavaMethod calls on non-Java objects.
[cycript.git]
/
config.h.in
diff --git
a/config.h.in
b/config.h.in
index 2ba187910585f1da850b24b79b78853a9d9e6b31..53aef8318ee941c9395d7e49c5053c8d0f3fa394 100644
(file)
--- a/
config.h.in
+++ b/
config.h.in
@@
-12,6
+12,9
@@
/* Define to 1 if you have the <ffi.h> header file. */
#undef HAVE_FFI_H
/* Define to 1 if you have the <ffi.h> 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
/* Define to 1 if you have the `Foundation' framework (-framework Foundation).
*/
#undef HAVE_FRAMEWORK_FOUNDATION
@@
-28,6
+31,12
@@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <memory.h> 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 <readline.h> header file. */
#undef HAVE_READLINE_H
/* Define to 1 if you have the <readline.h> header file. */
#undef HAVE_READLINE_H
@@
-40,6
+49,12
@@
/* Define to 1 if you have the <readline/readline.h> header file. */
#undef HAVE_READLINE_READLINE_H
/* Define to 1 if you have the <readline/readline.h> header file. */
#undef HAVE_READLINE_READLINE_H
+/* Define to 1 if you have the <ruby.h> header file. */
+#undef HAVE_RUBY_H
+
+/* Define to 1 if you have the <sqlite3.h> header file. */
+#undef HAVE_SQLITE3_H
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@
-61,8
+76,10
@@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to 1 if you have the <uv.h> header file. */
+#undef HAVE_UV_H
+
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Name of package */
#undef LT_OBJDIR
/* Name of package */
@@
-86,6
+103,10
@@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* 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
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS