X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Fconf.h.in;h=bb8fa0c525574639c7d3f0ac355c6e74238d7694;hb=92d18858b417309f6bdee6bce464a4f3d6a375fd;hp=931aab96aacb361ee50f500c55a9f9e10156436e;hpb=6a0eee5f5b6163f06fa660dde37e8fe5e580483e;p=awesomized%2Flibmemcached diff --git a/test/conf.h.in b/test/conf.h.in index 931aab96..bb8fa0c5 100644 --- a/test/conf.h.in +++ b/test/conf.h.in @@ -1,9 +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_SEMAPHORE_H 1 +#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@")