File tree 3 files changed +21
-0
lines changed
include/libmemcachedprotocol-0.0
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 2
2
install_public_headers(
3
3
libmemcachedprotocol-0.0
4
4
5
+ @configure.h
5
6
binary.h
6
7
callback.h
7
8
handler.h
Original file line number Diff line number Diff line change
1
+ /*
2
+ +--------------------------------------------------------------------+
3
+ | libmemcached-awesome - C/C++ Client Library for memcached |
4
+ +--------------------------------------------------------------------+
5
+ | Redistribution and use in source and binary forms, with or without |
6
+ | modification, are permitted under the terms of the BSD license. |
7
+ | You should have received a copy of the license in a bundled file |
8
+ | named LICENSE; in case you did not receive a copy you can review |
9
+ | the terms online at: https://opensource.org/licenses/BSD-3-Clause |
10
+ +--------------------------------------------------------------------+
11
+ | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ |
12
+ | Copyright (c) 2020-2021 Michael Wallner https://awesome.co/ |
13
+ +--------------------------------------------------------------------+
14
+ */
15
+
16
+ #pragma once
17
+
18
+ #cmakedefine HAVE_SSIZE_T 1
19
+
Original file line number Diff line number Diff line change 15
15
16
16
#pragma once
17
17
18
+ #include " libmemcachedprotocol-0.0/configure.h"
18
19
#include < sys/types.h>
19
20
#ifndef HAVE_SSIZE_T
20
21
typedef long int ssize_t ;
You can’t perform that action at this time.
0 commit comments