Files
apache-http-server/acconfig.h
Madhusudan Mathihalli 434aab19d0 Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc).

Submitted by: Geoff Thorpe <geoff@geoffthorpe.net>
Reviewed by: Madhu, Justin


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98999 13f79535-47bb-0310-9956-ffa450edef68
2003-03-13 20:36:39 +00:00

9 lines
209 B
C

/* Define this if struct tm has a field tm_gmtoff */
#undef HAVE_GMTOFF
/* Define this if we are building with OpenSSL */
#undef HAVE_OPENSSL
/* Define this if we are building with SSL-C */
#undef HAVE_SSLC