expose compiletime constants to setting from configure 87/2887/1
authorAndy Green <andy.green@linaro.org>
Sat, 12 Jan 2013 15:42:17 +0000 (23:42 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:24 +0000 (13:01 -0800)
commit84dfe3dd0471107d5af0cf510f578c77b4b7e819
treeac5ea55ec1f7a9fedb0c87d931a8b31fd619985a
parent09af8a76cfa8cf56d49c93c395551cb69517ce77
expose compiletime constants to setting from configure

This patch allows control of the main compiletime constants in libwebsockets
from the configure commandline.

README is updated with documentation on what's available, how to set them
and the defaults.

The constants are logged with "info" severity (not visible by default) at
context create time.

The zlib constant previously exposed like this is moved to private-libwebsockets.h
so it can be printed along with the rest.

Signed-off-by: Andy Green <andy.green@linaro.org>
README-test-server
lib/extension-deflate-frame.c
lib/libwebsockets.c
lib/private-libwebsockets.h