forked from libpinyin/libpinyin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h.cmake
More file actions
23 lines (18 loc) · 768 Bytes
/
config.h.cmake
File metadata and controls
23 lines (18 loc) · 768 Bytes
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