Don't mess with system types
author=?UTF-8?q?Joakim=20S=C3=B6derberg?= <joakim.soderberg@gmail.com>
Wed, 24 Jun 2015 15:48:52 +0000 (17:48 +0200)
committerAndy Green <andy.green@linaro.org>
Mon, 12 Oct 2015 01:55:09 +0000 (09:55 +0800)
commit4427244b8bdce23ededc5f40e63a500c35333dde
tree7d9eecd50a8642dae20b322c525465d03abaf1cc
parentcefab311d63b3c781e2df0b423002cf62bc7aa3d
Don't mess with system types

is no problem on a unix system with sys/types.h

However on Windows it will result in a #undef pid_t ... When libwebsockets is used with pthreads32 which typedefs pid_t itself, it will fail to build with some weird errors.

Also since we're exporitng these macros to the entire world via libwebsockets.h we should not define a VERSION macro. Which is defined improperly anyway.
lws_config.h.in