docs: m2r BUGS.md issues.rst
[awesomized/libmemcached] / src / libmemcached / do.cc
index eb592a6de9428dabe1a222a6be1839eef2784b85..4269854af6f579ef13bb2e0a4b2b0ede80974900 100644 (file)
@@ -1,6 +1,6 @@
 /*
     +--------------------------------------------------------------------+
-    | libmemcached - C/C++ Client Library for memcached                  |
+    | libmemcached-awesome - C/C++ Client Library for memcached          |
     +--------------------------------------------------------------------+
     | Redistribution and use in source and binary forms, with or without |
     | modification, are permitted under the terms of the BSD license.    |
@@ -9,7 +9,7 @@
     | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
     +--------------------------------------------------------------------+
     | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
-    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
@@ -17,7 +17,7 @@
 
 static memcached_return_t _vdo_udp(memcached_instance_st *instance,
                                    libmemcached_io_vector_st vector[], const size_t count) {
-#ifndef __MINGW32__
+#if HAVE_SENDMSG && HAVE_STRUCT_MSGHDR
   if (vector[0].buffer or vector[0].length) {
     return memcached_set_error(
         *instance->root, MEMCACHED_NOT_SUPPORTED, MEMCACHED_AT,