]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add support for type-safe optional functions.
authorBen Laurie <ben@apache.org>
Sat, 27 Jan 2001 17:50:47 +0000 (17:50 +0000)
committerBen Laurie <ben@apache.org>
Sat, 27 Jan 2001 17:50:47 +0000 (17:50 +0000)
commitcf649a9b64b7c4a94499c37601dcd5f5d899c5fe
treeaf77abf2ff631a5b9221cff52c17e01db33d8d1c
parente4265b4294a098f558bc1f6f22ad071c96d16991
Add support for type-safe optional functions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87868 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_config.h
modules/experimental/config.m4
modules/experimental/mod_optional_fn_export.c [new file with mode: 0644]
modules/experimental/mod_optional_fn_export.h [new file with mode: 0644]
modules/experimental/mod_optional_fn_import.c [new file with mode: 0644]
modules/test/mod_optional_fn_export.c [new file with mode: 0644]
modules/test/mod_optional_fn_export.h [new file with mode: 0644]
modules/test/mod_optional_fn_import.c [new file with mode: 0644]
server/config.c
server/main.c