1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Integrate mod_ssl into the Autoconf facility.

(currently only stub files are compiled)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ralf S. Engelschall
2001-05-05 09:25:52 +00:00
parent 4a0f798361
commit 680f9c0157
5 changed files with 236 additions and 2 deletions

View File

@@ -64,6 +64,8 @@
#ifndef MOD_SSL_H
#define MOD_SSL_H 1
#if 0 /* XXX */
/*
* Check whether Extended API (EAPI) is enabled
*/
@@ -849,4 +851,6 @@ void ssl_vendor_register(void);
void ssl_vendor_unregister(void);
#endif
#endif /* XXX */
#endif /* MOD_SSL_H */