projects
/
m6w6
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
Update pandora
[m6w6/libmemcached]
/
libmemcached
/
memcached_configure.h.in
1
/*
2
* Summary: Preprocessor symbols set from configure we need install-time
3
*
4
* Copy: See Copyright for the status of this software.
5
*
6
* Author: Trond Norbye
7
*/
8
9
#ifndef MEMCACHED_CONFIGURE_H
10
#define MEMCACHED_CONFIGURE_H
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
@DEPRECATED@
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
/* MEMCACHED_CONFIGURE_H */