Separate private defines in lws_config_private.h
authorRoger A. Light <roger@atchoo.org>
Fri, 26 Jun 2015 09:40:54 +0000 (11:40 +0200)
committerAndy Green <andy.green@linaro.org>
Mon, 12 Oct 2015 02:10:20 +0000 (10:10 +0800)
commit7a474b4e2d9279f28161c76c6ee3a426ffe78ac0
treeb6313ac805149766d31791fafd772f2fbb8da450
parentcaf7e3d63b8e60fa6c5ef242ac9651f79cc7fa2b
Separate private defines in lws_config_private.h

So we don't expose all HAVE_ macros and such to the world.
CMakeLists.txt
lib/libwebsockets.h
lib/private-libwebsockets.h
lws_config.h.in
lws_config_private.h.in [new file with mode: 0644]
test-server/test-client.c
test-server/test-echo.c
test-server/test-ping.c