aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-08-29 19:47:18 +0000
committerChristian Grothoff <christian@grothoff.org>2008-08-29 19:47:18 +0000
commit2054f21370144b82b95c7efec026a0843fa5385f (patch)
treed5335376d3d818351cf37606c4f0f7c6ac84ff80
parent48d5da0ba7a3561cd530e9ee71dafcd8e4416c29 (diff)
downloadlibmicrohttpd-2054f21370144b82b95c7efec026a0843fa5385f.tar.gz
libmicrohttpd-2054f21370144b82b95c7efec026a0843fa5385f.zip
disable by default
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5fecef81..33473834 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,7 +261,7 @@ AC_DEFINE([ENABLE_MINITASN1],[1],[Include minitasn1 support])
261AC_DEFINE([GNULIB_GC_HMAC_SHA1],[1],[GNULIB_GC_HMAC_SHA1]) 261AC_DEFINE([GNULIB_GC_HMAC_SHA1],[1],[GNULIB_GC_HMAC_SHA1])
262AC_DEFINE([GNULIB_GC_RANDOM],[1],[GNULIB_GC_RANDOM]) 262AC_DEFINE([GNULIB_GC_RANDOM],[1],[GNULIB_GC_RANDOM])
263AC_DEFINE([ENABLE_ANON],[1],[Enable anonymous authentication]) 263AC_DEFINE([ENABLE_ANON],[1],[Enable anonymous authentication])
264AC_DEFINE([ENABLE_PKI],[1],[Include PKI support]) 264AC_DEFINE([ENABLE_PKI],[0],[Include PKI support])
265AC_DEFINE([ENABLE_INCLUDED_OPENCDK],[1],[Include ENABLE_INCLUDED_OPENCDK support]) 265AC_DEFINE([ENABLE_INCLUDED_OPENCDK],[1],[Include ENABLE_INCLUDED_OPENCDK support])
266# gnutls debug support 266# gnutls debug support
267AC_DEFINE([DEBUG],[1],[Include gnutls debug message support]) 267AC_DEFINE([DEBUG],[1],[Include gnutls debug message support])