X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=test%2Fconf.h.in;h=bb8fa0c525574639c7d3f0ac355c6e74238d7694;hb=1e080e086eed966bfbb1278f7afd24aa9ee27811;hp=91843964527538ecf40ceade4b0b812a0f5a010a;hpb=96fce03b6aeece751471d10af766e1a195701b45;p=awesomized%2Flibmemcached diff --git a/test/conf.h.in b/test/conf.h.in index 91843964..bb8fa0c5 100644 --- a/test/conf.h.in +++ b/test/conf.h.in @@ -1,8 +1,28 @@ +/* + +--------------------------------------------------------------------+ + | libmemcached - 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. | + | You should have received a copy of the license in a bundled file | + | named LICENSE; in case you did not receive a copy you can review | + | 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 | + +--------------------------------------------------------------------+ +*/ + #pragma once +#cmakedefine HAVE_MEMASLAP 1 #cmakedefine HAVE_PIPE2 1 #cmakedefine HAVE_SOCK_NONBLOCK 1 #cmakedefine HAVE_SOCK_CLOEXEC 1 +#cmakedefine HAVE_EXECUTION 1 +#cmakedefine HAVE_TBB 1 +#cmakedefine HAVE_WAITID_NOWAIT 1 +#cmakedefine SOURCES_ROOT "@SOURCES_ROOT@" #cmakedefine TESTING_ROOT "@TESTING_ROOT@" #cmakedefine MEMCACHED_BINARY getenv_else("MEMCACHED_BINARY", "@MEMCACHED_BINARY@")