X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Flibmemcached%2Fdo.cc;h=4269854af6f579ef13bb2e0a4b2b0ede80974900;hb=3301b2f6fc5a53b428d29b788ba85fe4dae7b12d;hp=eb592a6de9428dabe1a222a6be1839eef2784b85;hpb=c8a5aecba8e189092266f304ca81ab42625edf60;p=awesomized%2Flibmemcached diff --git a/src/libmemcached/do.cc b/src/libmemcached/do.cc index eb592a6d..4269854a 100644 --- a/src/libmemcached/do.cc +++ b/src/libmemcached/do.cc @@ -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 | + | 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,