introduce without extensions 50/2950/1
authorAndy Green <andy.green@linaro.org>
Sun, 20 Jan 2013 09:08:31 +0000 (17:08 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:27 +0000 (13:01 -0800)
commitfe5966c8b34bed24b6e94aef572d638dc2621e50
tree6306184a6c97f01c9a79322de3492357aaf3377c
parent70601852b96b8602c33b0e13f5c4dcf2e4d57f44
introduce without extensions

The new --without-extensions config flag completely removes all code
and data related to extensions from the build throughout the library
when given.

Signed-off-by: Andy Green <andy.green@linaro.org>
19 files changed:
README.build
configure.ac
lib/Makefile.am
lib/client-handshake.c
lib/client-parser.c
lib/client.c
lib/handshake.c
lib/libwebsockets.c
lib/libwebsockets.h
lib/output.c
lib/parsers.c
lib/private-libwebsockets.h
lib/server-handshake.c
lib/server.c
libwebsockets-api-doc.html
test-server/test-client.c
test-server/test-fraggle.c
test-server/test-ping.c
test-server/test-server.c