libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit b6ca2e66c598a4fbb54fbfa9ab6d5fb43724ef5f
parent 7f86b4e0bf02f81a1ef3a7a8e24b644710f359c6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 20 Feb 2024 21:08:59 +0500

Excluded example with basic auth when basic auth is disabled

Diffstat:
Mdoc/examples/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am @@ -28,12 +28,12 @@ noinst_PROGRAMS = \ if ENABLE_BAUTH noinst_PROGRAMS += \ basicauthentication -endif - if ENABLE_HTTPS noinst_PROGRAMS += \ tlsauthentication endif +endif + if HAVE_POSTPROCESSOR noinst_PROGRAMS += simplepost largepost sessions endif