actually compile, and exclude an include we don't have on Win32.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89460
13f79535-47bb-0310-9956-
ffa450edef68
#include <sys/types.h>
#include <sys/stat.h>
#include <time.h>
+#if APR_HAVE_SYS_TIME_H
#include <sys/time.h>
+#endif
/* OpenSSL headers */
#include <openssl/ssl.h>
*/
#endif /* XXX */
typedef struct {
-#if 0 /* XXX */
BOOL bSSLRequired;
+#if 0 /* XXX */
array_header *aRequirement;
ssl_opt_t nOptions;
ssl_opt_t nOptionsAdd;