This patch does not apply the common style flags to include/*, it only
allow explicit user flags (ADAFLAGS) to override default flags.
The External is in shared.gpr so that there is only one environment
lookup for each variable.
ZLib-Ada original repository ssh://git.code.sf.net/p/zlib-ada/git
was accepted all AWS modifications and returns one back to AWS here.
At this stage include/zlib?* files absolutely equal to zlib-ada
sources after commit 4b89ae14ca71f8584f8202b8f9bf8874f26431a9.
* po/send-socket-set:
Add support for sending WebSocket messages without blocking.
Add support for memory socket.
Add support for sending the same data to a Socket_Set.
Add new routine Pending in Memory_Stream.
Minor style fixes.
The Gzip footer is an 8 bytes array. The first four bytes are for the
CRC and the last four bytes are the total size of the uncompressed
data modulo 2 ** 32.
For OB15-006.
This is a nice build clean-up where now a single library (libaws.a
or libaws.so) will be created for the AWS runtime. This runtime will
also contains the zlib built for AWS if requested.
For MA30-040.