>-----Original Message----- >From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] [SNIP] >--On Wednesday, March 3, 2004 3:04 PM -0800 "Mathihalli, Madhusudan" ><[EMAIL PROTECTED]> wrote: > >> +/* support for ssl_var_lookup() */ >> +APR_DECLARE_OPTIONAL_FN(char *, ssl_var_lookup, >> + (apr_pool_t *, server_rec *, >> + conn_rec *, request_rec *, >> + char *)); >> +static APR_OPTIONAL_FN_TYPE(ssl_var_lookup) >*rewrite_ssl_var_lookup = NULL; >> + > >Shouldn't you include mod_ssl.h instead? -- justin
I thought it'll be a little too much :) What if I don't compile with mod_ssl - I'll have a whole bunch of declarations with no definitions associated with it. Besides, mod_proxy.c follows the same logic. -Madhu
