-
Notifications
You must be signed in to change notification settings - Fork 503
Expand file tree
/
Copy pathconfig.h.in
More file actions
21 lines (16 loc) · 735 Bytes
/
Copy pathconfig.h.in
File metadata and controls
21 lines (16 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*--------------------------------------------------------------------------
* 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_
/* Whether the 'symlink' function exists */
#cmakedefine HAVE_SYMLINK 1
/* Whether C++14 std::make_unique is available */
#cmakedefine HAVE_MAKE_UNIQUE 1
/* Whether the keyword override is available */
#cmakedefine HAVE_OVERRIDE 1
/* Whether the compiler supports template aliases */
#cmakedefine HAVE_TEMPLATE_ALIASES 1
#endif