source: verona/oRTP/ortp-config.h.cmake @ 1:6c3b04849422

Last change on this file since 1:6c3b04849422 was 1:6c3b04849422, checked in by vadim@…, 3 years ago

adding CMake scripts for exosip osip and ortp

File size: 4.3 KB
Line 
1/* ortp-config.h.in.  Generated from configure.ac by autoheader.  */
2
3#define __ZERO__ 0
4
5/* Defined when memory leak checking if enabled */
6#cmakedefine ENABLE_MEMCHECK
7
8/* Define to 1 if you have the <dlfcn.h> header file. */
9#cmakedefine HAVE_DLFCN_H
10
11/* Define to 1 if you have the <fcntl.h> header file. */
12#cmakedefine HAVE_FCNTL_H
13
14/* Define to 1 if you have the <inttypes.h> header file. */
15#cmakedefine HAVE_INTTYPES_H
16
17/* Define to 1 if you have the <linux/soundcard.h> header file. */
18#cmakedefine HAVE_LINUX_SOUNDCARD_H
19
20/* Define to 1 if you have the <memory.h> header file. */
21#cmakedefine HAVE_MEMORY_H
22
23/* Define to 1 if you have the <openssl/hmac.h> header file. */
24#cmakedefine HAVE_OPENSSL_HMAC_H
25
26/* Define to 1 if you have the <openssl/md5.h> header file. */
27#cmakedefine HAVE_OPENSSL_MD5_H
28
29/* Define to 1 if you have the <poll.h> header file. */
30#cmakedefine HAVE_POLL_H
31
32/* Define to 1 if you have the `select' function. */
33#cmakedefine HAVE_SELECT
34
35/* Define to 1 if you have the `seteuid' function. */
36#cmakedefine HAVE_SETEUID
37
38/* Define to 1 if you have the `socket' function. */
39#cmakedefine HAVE_SOCKET
40
41/* Defined when srtp support is compiled */
42#cmakedefine HAVE_SRTP
43
44/* Define to 1 if you have the <stdint.h> header file. */
45#cmakedefine HAVE_STDINT_H
46
47/* Define to 1 if you have the <stdlib.h> header file. */
48#cmakedefine HAVE_STDLIB_H
49
50/* Define to 1 if you have the `strerror' function. */
51#cmakedefine HAVE_STRERROR
52
53/* Define to 1 if you have the <strings.h> header file. */
54#cmakedefine HAVE_STRINGS_H
55
56/* Define to 1 if you have the <string.h> header file. */
57#cmakedefine HAVE_STRING_H
58
59/* Define to 1 if you have the <sys/audio.h> header file. */
60#cmakedefine HAVE_SYS_AUDIO_H
61
62/* Define to 1 if you have the <sys/poll.h> header file. */
63#cmakedefine HAVE_SYS_POLL_H
64
65/* Define to 1 if you have the <sys/stat.h> header file. */
66#cmakedefine HAVE_SYS_STAT_H
67
68/* Define to 1 if you have the <sys/time.h> header file. */
69#cmakedefine HAVE_SYS_TIME_H
70
71/* Define to 1 if you have the <sys/types.h> header file. */
72#cmakedefine HAVE_SYS_TYPES_H
73
74/* Define to 1 if you have the <sys/uio.h> header file. */
75#cmakedefine HAVE_SYS_UIO_H
76
77/* Define to 1 if you have the <unistd.h> header file. */
78#cmakedefine HAVE_UNISTD_H
79
80/* Define to the sub-directory in which libtool stores uninstalled libraries.
81   */
82#cmakedefine LT_OBJDIR
83
84/* Defined if we should not use connect() on udp sockets */
85#cmakedefine NOCONNECT
86
87/* Default thread stack size (0 = let operating system decide) */
88#cmakedefine ORTP_DEFAULT_THREAD_STACK_SIZE
89
90/* major version */
91#cmakedefine ORTP_MAJOR_VERSION ${ORTP_MAJOR_VERSION}
92
93/* micro version */
94#cmakedefine ORTP_MICRO_VERSION  ${ORTP_MICRO_VERSION}
95
96/* minor version */
97#cmakedefine ORTP_MINOR_VERSION ${ORTP_MINOR_VERSION}
98
99/* ortp version number */
100#cmakedefine ORTP_VERSION "${ORTP_VERSION}"
101
102/* Name of package */
103#cmakedefine PACKAGE ${PACKAGE}
104
105/* Define to the address where bug reports for this package should be sent. */
106#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
107
108/* Define to the full name of this package. */
109#cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
110
111/* Define to the full name and version of this package. */
112#cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
113
114/* Define to the one symbol short name of this package. */
115#cmakedefine PACKAGE_TARNAME
116
117/* Define to the version of this package. */
118#cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
119
120/* Defines the periodicity of the rtp scheduler in microseconds */
121#cmakedefine POSIXTIMER_INTERVAL ${POSIXTIMER_INTERVAL}
122
123/* Defined when SO_REUSEADDR socket option in the rtp_session_set_local_addr()
124   function is enabled */
125#cmakedefine SO_REUSE_ADDR
126
127/* Define to 1 if you have the ANSI C header files. */
128#cmakedefine STDC_HEADERS
129
130/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
131#cmakedefine TIME_WITH_SYS_TIME
132
133/* Version number of package */
134#cmakedefine VERSION  "${VERSION}"
135
136/* Define to 1 if your processor stores words with the most significant byte
137   first (like Motorola and SPARC, unlike Intel and VAX). */
138#cmakedefine WORDS_BIGENDIAN
139
140/* Define to empty if `const' does not conform to ANSI C. */
141#cmakedefine const
142
143/* Define to `__inline__' or `__inline' if that's what the C compiler
144   calls it, or to nothing if 'inline' is not supported under any name.  */
145#ifndef __cplusplus
146#cmakedefine inline
147#endif
Note: See TracBrowser for help on using the repository browser.