forked from shaygalon/memcache-perf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h
More file actions
25 lines (17 loc) · 649 Bytes
/
config.h
File metadata and controls
25 lines (17 loc) · 649 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef CONFIG_H_SEEN
#define CONFIG_H_SEEN
#define __STDC_FORMAT_MACROS
/* Define to 1 if you have the `event' library. */
#define HAVE_LIBEVENT 1
/* Set to 1 if EVENT_BASE_FLAG_PRECISE_TIMER is defined. */
/* #undef HAVE_DECL_EVENT_BASE_FLAG_PRECISE_TIMER */
/* Define to 1 if you have the `pthread' library. */
#define HAVE_LIBPTHREAD 1
/* Define to 1 if you have the `rt' library. */
#define HAVE_LIBRT 1
/* Define to 1 if you have the `zmq' library. */
/* #undef HAVE_LIBZMQ */
#define HAVE_LIBZMQ 1
/* Define to 1 if the system has the function `pthread_barrier_init'. */
#define HAVE_PTHREAD_BARRIER_INIT 1
#endif /* CONFIG_H_SEEN */