This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
forked from IchthysMaranatha/asterisk-chan-quectel
-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.h.in
106 lines (72 loc) · 2.9 KB
/
config.h.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
//
// config.h
//
// This file is autogenerated by CMake.
// Please do not edit this file manually.
//
/* Define to the version of this package */
#define MODULE_VERSION "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@"
/* Define to the version of this package. */
#define PACKAGE_VERSION "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@"
/* Define to the home page for this package */
#define MODULE_URL "@PROJECT_HOMEPAGE_URL@"
/* Define to the home page for this package. */
#define PACKAGE_URL "@PROJECT_HOMEPAGE_URL@"
/* Define to the address where bug reports for this package should be sent */
#define MODULE_BUGREPORT "@PROJECT_HOMEPAGE_URL@"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "@PROJECT_HOMEPAGE_URL@"
/* clang-format off */
/* The Asterisk version */
#cmakedefine ASTERISK_VERSION_NUM @ASTERISK_VERSION_NUM@
/* Build applications flag */
#cmakedefine WITH_APPLICATIONS
/* Register message technology */
#cmakedefine WITH_MSG_TECH
/* clang-format on */
/* Revision of package */
#define PACKAGE_REVISION "@PROJECT_VERSION_TWEAK@@CHAN_STATUS@"
/* Name of asterisk module */
#cmakedefine AST_MODULE "@AST_MODULE@"
/* clang-format off */
/* Define if you have HAVE_AST_CONTROL_SRCCHANGE in asterisk/frame.h */
#define HAVE_AST_CONTROL_SRCCHANGE @HAVE_AST_CONTROL_SRCCHANGE_STR@
/* clang-format on */
/* Define you have the <fcntl.h> header file. */
#cmakedefine01 HAVE_FCNTL_H
/* Define you have the <inttypes.h> header file. */
#cmakedefine01 HAVE_INTTYPES_H
/* Define you have the <strings.h> header file. */
#cmakedefine01 HAVE_STRINGS_H
/* Define you have the <string.h> header file. */
#cmakedefine01 HAVE_STRING_H
/* Define you have the <sys/stat.h> header file. */
#cmakedefine01 HAVE_SYS_STAT_H
/* Define you have the <sys/time.h> header file. */
#cmakedefine01 HAVE_SYS_TIME_H
/* Define you have the <sys/types.h> header file. */
#cmakedefine01 HAVE_SYS_TYPES_H
/* Define you have the <termios.h> header file. */
#cmakedefine01 HAVE_TERMIOS_H
/* Define you have the <unistd.h> header file. */
#cmakedefine01 HAVE_UNISTD_H
/* clang-format off */
#define ICONV_CONST @ICONV_CONST_STR@
#cmakedefine ICONV_T @ICONV_T@
/* clang-format on */
/* Define to 1 if you have the `memchr' function. */
#cmakedefine01 HAVE_MEMCHR
/* Define to 1 if you have the `memmove' function. */
#cmakedefine01 HAVE_MEMMOVE
/* Define to 1 if you have the `memset' function. */
#cmakedefine01 HAVE_MEMSET
/* Define to 1 if you have the `memmem' function. */
#cmakedefine01 HAVE_MEMMEM
/* Define to 1 if you have the `realpath' function. */
#cmakedefine01 HAVE_REALPATH
/* Define to 1 if you have the `strtol' function. */
#cmakedefine01 HAVE_STRTOL
/* Define to 1 if you have the `strcasecmp' function. */
#cmakedefine01 HAVE_STRCASECMP
/* Define to 1 if you have the `strncasecmp' function. */
#cmakedefine01 HAVE_STRNCASECMP