]> 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)
commit3658b767fdd99b87cffb5116f3cf6b452eff54b8
treeaf77abf2ff631a5b9221cff52c17e01db33d8d1c
parent80b6c944bf3598204a9cc549d4e1feebdcfb69c7
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