- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.

This commit is contained in:
foobar 2002-11-26 05:57:06 +00:00
parent 95b4045f48
commit dd53efc196
18 changed files with 8 additions and 52 deletions

View file

@ -209,9 +209,6 @@ static sapi_module_struct fastcgi_sapi_module = {
sapi_fastcgi_register_variables,
sapi_fastcgi_log_message,
NULL, /* Block interruptions */
NULL, /* Unblock interruptions */
STANDARD_SAPI_MODULE_PROPERTIES
};