summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
blob: dadb3de2a5f9199d3b6ac8f9b5299014364e068b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*--------------------------------------------------------------------------
 * This file is autogenerated from config.h.in 
 * during the cmake configuration of your project. If you need to make changes
 * edit the original file NOT THIS FILE.
 * --------------------------------------------------------------------------*/
#ifndef _CONFIGURATION_HEADER_GUARD_H_
#define _CONFIGURATION_HEADER_GUARD_H_

/* Define to 1 if you have a working `mmap' system call. */
#cmakedefine HAVE_MMAP @HAVE_MMAP@

/* Have Berkeley DB. */
#cmakedefine HAVE_BERKELEY_DB @HAVE_BERKELEY_DB@

/* Have Kyoto Cabinet. */
#cmakedefine HAVE_KYOTO_CABINET @HAVE_KYOTO_CABINET@

/* Enable GNU extensions on systems that have them.  */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif

#endif