aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-01-11 20:15:19 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-01-11 20:15:19 +0000
commit4f7cfbe58e01670d69f1a845704c618697ff06d6 (patch)
treee287f6a0c9067dbc2b1b855e433d2559b9b6e789 /src/microhttpd/internal.c
parent8c9d9c442d77c6bfecccddb3683ab809d9aca743 (diff)
downloadlibmicrohttpd-4f7cfbe58e01670d69f1a845704c618697ff06d6.tar.gz
libmicrohttpd-4f7cfbe58e01670d69f1a845704c618697ff06d6.zip
configure.ac: cleanup and fixes related to optional features, corresponding changes in source files
Diffstat (limited to 'src/microhttpd/internal.c')
-rw-r--r--src/microhttpd/internal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.c b/src/microhttpd/internal.c
index 515eeabf..c31ffda1 100644
--- a/src/microhttpd/internal.c
+++ b/src/microhttpd/internal.c
@@ -26,7 +26,7 @@
26 26
27#include "internal.h" 27#include "internal.h"
28 28
29#if HAVE_MESSAGES 29#ifdef HAVE_MESSAGES
30#if DEBUG_STATES 30#if DEBUG_STATES
31/** 31/**
32 * State to string dictionary. 32 * State to string dictionary.
@@ -85,7 +85,7 @@ MHD_state_to_string (enum MHD_CONNECTION_STATE state)
85#endif 85#endif
86#endif 86#endif
87 87
88#if HAVE_MESSAGES 88#ifdef HAVE_MESSAGES
89/** 89/**
90 * fprintf-like helper function for logging debug 90 * fprintf-like helper function for logging debug
91 * messages. 91 * messages.