libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] Compile issue


From: Markus Doppelbauer
Subject: [libmicrohttpd] Compile issue
Date: Sat, 07 Jan 2017 11:47:22 +0100

Current git does not compile without "HAVE_MESSAGES":
This is the context in "daemon.c":


  if ( (0 != (daemon->options & MHD_USE_THREAD_PER_CONNECTION)) &&
       (MHD_NO != ret) )
    { /* Wake up suspended connections. */
      if (! MHD_itc_activate_(daemon->itc,
                              "w"))
#ifdef HAVE_MESSAGES
        MHD_DLOG (daemon,
                  _("Failed to signal resume of connection via inter-thread communication channel."));
#endif
    }

reply via email to

[Prev in Thread] Current Thread [Next in Thread]