Home
last modified time | relevance | path

Searched refs:W32 (Results 1 – 17 of 17) sorted by relevance

/external/libmicrohttpd/
DAUTHORS4 Nils Durner <durner@gnunet.org> (W32 port)
9 Evgeny Grin (Karlson2k) <k2k@narod.ru> (W32 port)
DChangeLog10 Add support for poll() in W32. -EG
40 mode on W32 by using signal pipe. -CG
175 Fixed W32 build issues. -EG
210 Added support for W32 native threads.
218 Added usage of native mutex on W32. -EG
224 Used larger FD_SETSIZE internally on W32.
232 Implemented FD_SETSIZE checks for W32. -EG
238 SPDY disabled by default on W32.
251 W32: fixed .dll resource compilation with '-isystem' CPPFLAG.
252 W32: improved header compatibility with MSVC.
[all …]
Dconfigure.ac98 # Simple check for W32 threads support
159 …AC_CHECK_HEADERS([winsock2.h ws2tcpip.h],, AC_MSG_ERROR([[Winsock2 headers are required for W32]]))
205 AC_MSG_ERROR([[W32 threads are not available. Try to configure --with-threads=auto]])
207 AC_MSG_ERROR([[W32 threads are not available]])
233 AC_DEFINE([MHD_USE_W32_THREADS],[1],[define to use W32 threads])
245 AC_MSG_WARN([[GNU dlltool or MS lib.exe is required for creating shared library export on W32]])
392 [ AC_MSG_RESULT([[yes, forced on W32]]) ],
416 …AS_IF([[test "x$os_is_windows" = "xyes"]], [ AC_MSG_ERROR([[socketpair must be enabled on W32]]) ])
430 AC_DEFINE([HAVE_GMTIME_S], [1], [Define to 1 if you have `gmtime_s' function (only for W32).])
537 # optional: libmicrospdy support. Enabled by default if not on W32
DMHD_config.h.in62 /* Define to 1 if you have `gmtime_s' function (only for W32). */
300 /* define to use W32 threads */
DREADME69 libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS.
Dconfigure13039 as_fn_error $? "Winsock2 headers are required for W32" "$LINENO" 5
13106 … as_fn_error $? "W32 threads are not available. Try to configure --with-threads=auto" "$LINENO" 5
13108 as_fn_error $? "W32 threads are not available" "$LINENO" 5
/external/libmicrohttpd/src/microhttpd/
Dmicrohttpd_dll_res.rc.in1 /* W32 resources for .dll */
/external/libmicrohttpd/w32/VS2013/
Dmicrohttpd_dll_res_vc.rc1 /* W32 resources for .dll */
Dmicrohttpd_dll_res_vc.rc.in1 /* W32 resources for .dll */
/external/libmicrohttpd/src/include/
Dw32functions.h29 #error w32functions.h is designed only for W32 systems
/external/wpa_supplicant_8/wpa_supplicant/
Dnmake.mak16 # Build and installed following instructions in INSTALL.W32
DREADME-Windows.txt66 installed following instructions in INSTALL.W32. Note that if EAP-FAST
/external/libexif/m4m/
Dgp-check-library.m4171 IFS=":" # FIXME: for W32 and OS/2 we may need ";" here
/external/dbus/
Dconfigure.ac101 AC_DEFINE(DBUS_WIN,1,[Defined if we run on a W32 API based system])
112 AC_DEFINE(DBUS_WINCE,1,[Defined if we run on a W32 CE API based system])
113 AC_DEFINE(_WIN32_WCE, 0x0502, [Defined to get newer W32 CE APIs])
/external/libmicrohttpd/doc/
Dlibmicrohttpd.texi388 @section Portability to W32
390 libmicrohttpd in general ported well to W32. Most libmicrohttpd features
391 are supported. W32 do not support some functions, like epoll and
392 corresponding MHD features are not available on W32.
Dlibmicrohttpd.info335 1.8 Portability to W32
338 libmicrohttpd in general ported well to W32. Most libmicrohttpd
339 features are supported. W32 do not support some functions, like epoll
340 and corresponding MHD features are not available on W32.
/external/valgrind/drd/tests/
Dtsan_unittest.cpp5906 void W32() { WriteAll8(); } in W32() function