-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.hpp.in
43 lines (29 loc) · 1.22 KB
/
config.hpp.in
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// Copyright (c) 2015 Andrew Sutton
// All rights reserved
/* config.hpp. Generated from config.hpp.in by cmake. */
#ifndef LINGO_CONFIG_HPP
#define LINGO_CONFIG_HPP
/* Name of package. */
#define PACKAGE "@PACKAGE_NAME@"
/* Define to the full name of this package. */
#define PACKAGE_NAME "@PACKAGE_NAME@"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
/* Define to the version of this package. */
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "@PACKAGE_STRING@"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
/* Define to the home page for this package. */
#define PACKAGE_URL "@PACKAGE_URL@"
/* Version number of package. */
#define VERSION "@PACKAGE_VERSION@"
/* Define to 1 if you have the iconv() function and it works. */
#cmakedefine HAVE_ICONV 1
/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST @ICONV_CONST@
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel). */
#cmakedefine01 WORDS_BIGENDIAN
#endif