[INN-COMMITTERS] inn (9 files)
Russ Allbery
Russ_Allbery at isc.org
Sat Oct 2 03:52:21 UTC 2004
Date: Saturday, October 2, 2004 @ 03:52:20
Author: rra
Path: /proj/cvs/isc/inn/inn
Added: include/portable/alloca.h lib/alloca.c
Modified: Makefile.global.in configure configure.ac include/config.h.in
lib/Makefile nnrpd/nnrpd.c nnrpd/tls.c
Add proper alloca support using Doug Gwyn's public domain implementation
as a fallback for compilers that don't support it, and switch the SSL code
in nnrpd over to using it. Call alloca_free() in the main loop of nnrpd.
---------------------------+
Makefile.global.in | 3
configure | 361 +++++++++++++++++++++++++++++++++++-
configure.ac | 5
include/config.h.in | 23 ++
include/portable/alloca.h | 42 ++++
lib/Makefile | 12 -
lib/alloca.c | 441 ++++++++++++++++++++++++++++++++++++++++++++
nnrpd/nnrpd.c | 4
nnrpd/tls.c | 38 ---
9 files changed, 881 insertions(+), 48 deletions(-)
More information about the inn-committers
mailing list