MaraDNS/libs
Sam Trenholme f9cde6bfc8 c99 work: JsStrOS.c now compiles with c99
When gcc is invoked as "c99", SSIZE_MAX is not defined.  As per the
POSIX standards, the minimum acceptable value for SSIZE_MAX is
32767, see

https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/limits.h.html

That in mind, if SSIZE_MAX is not defined, we give it the value
32767.
2022-10-30 21:43:18 -07:00
..
functions_MaraHash.h Adding MaraDNS to Github 2014-11-17 18:27:10 -08:00
JsStr.c Adding MaraDNS to Github 2014-11-17 18:27:10 -08:00
JsStr.h Adding MaraDNS to Github 2014-11-17 18:27:10 -08:00
JsStrCP.c Adding MaraDNS to Github 2014-11-17 18:27:10 -08:00
JsStrOS.c c99 work: JsStrOS.c now compiles with c99 2022-10-30 21:43:18 -07:00
Makefile Adding MaraDNS to Github 2014-11-17 18:27:10 -08:00
MaraHash.c Adding MaraDNS to Github 2014-11-17 18:27:10 -08:00
MaraHash.h Adding MaraDNS to Github 2014-11-17 18:27:10 -08:00
mtest.c Sunday clean up: Remove compile-time warnings 2020-07-26 11:00:01 -07:00
testdata Adding MaraDNS to Github 2014-11-17 18:27:10 -08:00
tests.c Sunday clean up: Remove compile-time warnings 2020-07-26 11:00:01 -07:00