1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/plat/unix
huangkaicheng e7b3cd7ec1 iOS: detect and avoid net/route.h
LWS builds OK on iOS SDK as unix type plat, except it
doesn't have net/route.h.

Detect we're building on iOS at CMake and export a
preprocessor define we can use to snip out the missing
include.
2020-04-23 06:22:00 +01:00
..
android cleaning 2020-01-05 22:17:58 +00:00
private-lib-plat-unix.h unix plat: use eventfd in place of pipe where possible 2020-02-21 17:32:41 +00:00
unix-caps.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-fds.c cleaning 2020-01-05 22:17:58 +00:00
unix-file.c _GNU_SOURCE: only define if not already defined 2019-12-22 18:17:45 +00:00
unix-init.c malloc_trim: move out of unix plat and into lwsws 2020-03-04 11:00:04 +00:00
unix-misc.c lws_get_random: change length to size_t for coverity 2020-01-11 07:58:37 +00:00
unix-pipe.c unix plat: use eventfd in place of pipe where possible 2020-02-21 17:32:41 +00:00
unix-plugins.c coverity: fixes plugin error path leak and logging method sign check 2020-01-14 08:23:25 +00:00
unix-resolv.c asynchronous dns for ipv4 and ipv6 2019-09-19 06:54:53 +01:00
unix-service.c rtos diet: http: remove headers at buildtime according to config 2020-03-04 11:00:04 +00:00
unix-sockets.c iOS: detect and avoid net/route.h 2020-04-23 06:22:00 +01:00