Lines Matching refs:uv
1 PHP_ARG_WITH(uv, Whether to include "uv" support,
2 [ --with-uv[=DIR] Include "uv" support])
4 PHP_ARG_ENABLE(uv-debug, for uv debug support,
5 [ --enable-uv-debug Enable enable uv debug support], no, no)
21 AC_DEFINE(PHP_UV_DEBUG, 1, [Enable uv debug support])
31 AC_DEFINE(PHP_UV_DTRACE, 1, [Enable uv dtrace support])
43 PHP_NEW_EXTENSION(uv, php_uv.c uv.c $SOURCES, $ext_shared)
45 PHP_ADD_EXTENSION_DEP(uv, sockets, true)
66 SEARCH_FOR="/include/uv.h"
79 PHP_CHECK_LIBRARY(uv, uv_version,
81 PHP_ADD_LIBRARY_WITH_PATH(uv, $UV_DIR/$PHP_LIBDIR, UV_SHARED_LIBADD)
84 AC_MSG_ERROR([wrong uv library version or library not found])