Sha256: bd6d74ccafb6e087b45a24584a619ef424afc12d9e98b508ff7b734ad4c01977

Contents?: true

Size: 846 Bytes

Versions: 27

Compression:

Stored size: 846 Bytes

Contents

dnl ---------------------------------------------------------------------------
dnl Macro: PROTOCOL_BINARY_TEST
dnl ---------------------------------------------------------------------------
AC_DEFUN([PROTOCOL_BINARY_TEST],
  [AC_LANG_PUSH([C])
   save_CFLAGS="$CFLAGS"
   CFLAGS="$CFLAGS -I${srcdir}"
   AC_RUN_IFELSE([ 
      AC_LANG_PROGRAM([[
#include "libmemcached/memcached/protocol_binary.h"
   ]],[[
      protocol_binary_request_set request;
      if (sizeof(request) != sizeof(request.bytes)) {
         return 1;
      }
   ]])],, AC_MSG_ERROR([Unsupported struct padding done by compiler.])) 
   CFLAGS="$save_CFLAGS"
   AC_LANG_POP
])

dnl ---------------------------------------------------------------------------
dnl End Macro: PROTOCOL_BINARY_TEST
dnl ---------------------------------------------------------------------------

Version data entries

27 entries across 27 versions & 4 rubygems

Version Path
vinted-memcached-1.8.5 vendor/libmemcached-0.32/m4/protocol_binary.m4
vinted-memcached-1.8.4 ext/libmemcached-0.32/m4/protocol_binary.m4
vinted-memcached-1.8.3 ext/libmemcached-0.32/m4/protocol_binary.m4
vinted-memcached-1.8.2 ext/libmemcached-0.32/m4/protocol_binary.m4
vinted-memcached-1.8.0 ext/libmemcached-0.32/m4/protocol_binary.m4
dalli_memcached-1.8.0 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.8.0 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.7.2 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.7.0 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.6.1 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.6.0 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.5.1 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.5.0 ext/libmemcached-0.32/m4/protocol_binary.m4
boourns-memcached-1.4.6 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.4.6 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.4.5 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.4.3 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.4.2 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.4.1 ext/libmemcached-0.32/m4/protocol_binary.m4
memcached-1.3.7 ext/libmemcached-0.32/m4/protocol_binary.m4