blob: 3c56fb7779792935c7fd588bab03ca312ac23095 [file] [log] [blame]
Alexandre Lisionddd731e2014-01-31 11:50:08 -05001/* src/config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#cmakedefine HAVE_DLFCN_H 1
5
6/* Define to 1 if you have the <DL.h> header file. */
7#cmakedefine HAVE_DL_H 1
8
9/* Define to 1 if you have the <gcrypt.h> header file. */
10#cmakedefine HAVE_GCRYPT_H 1
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#cmakedefine HAVE_INTTYPES_H 1
14
15/* Define to 1 if you have the `nana' library (-lnana). */
16#cmakedefine HAVE_LIBNANA 1
17
18/* Define to 1 if you have the <memory.h> header file. */
19#cmakedefine HAVE_MEMORY_H 1
20
21/* Define to 1 if you have the <openssl/aes.h> header file. */
22#cmakedefine HAVE_OPENSSL_AES_H 1
23
24/* Define to 1 if you have the <openssl/bn.h> header file. */
25#cmakedefine HAVE_OPENSSL_BN_H 1
26
27/* Define to 1 if you have the <openssl/sha.h> header file. */
28#cmakedefine HAVE_OPENSSL_SHA_H 1
29
30/* Define to 1 if you have the <stdint.h> header file. */
31#cmakedefine HAVE_STDINT_H 1
32
33/* Define to 1 if you have the <stdlib.h> header file. */
34#cmakedefine HAVE_STDLIB_H 1
35
36/* Define to 1 if you have the <strings.h> header file. */
37#cmakedefine HAVE_STRINGS_H 1
38
39/* Define to 1 if you have the <string.h> header file. */
40#cmakedefine HAVE_STRING_H 1
41
42/* Define to 1 if you have the <sys/stat.h> header file. */
43#cmakedefine HAVE_SYS_STAT_H 1
44
45/* Define to 1 if you have the <sys/types.h> header file. */
46#cmakedefine HAVE_SYS_TYPES_H 1
47
48/* Define to 1 if you have the <unistd.h> header file. */
49#cmakedefine HAVE_UNISTD_H 1
50
51/* Define to the sub-directory in which libtool stores uninstalled libraries.
52 */
53#undef LT_OBJDIR
54
55/* Name of package */
56#undef PACKAGE
57
58/* Define to the address where bug reports for this package should be sent. */
59#undef PACKAGE_BUGREPORT
60
61/* Define to the full name of this package. */
62#undef PACKAGE_NAME
63
64/* Define to the full name and version of this package. */
65#undef PACKAGE_STRING
66
67/* Define to the one symbol short name of this package. */
68#undef PACKAGE_TARNAME
69
70/* Define to the version of this package. */
71#undef PACKAGE_VERSION
72
73/* SRTP support */
74#cmakedefine SRTP_SUPPORT 1
75
76/* Define to 1 if you have the ANSI C header files. */
77#cmakedefine STDC_HEADERS 1
78
79/* Version number of package */
80#undef VERSION
81
82/* Define to `__inline__' or `__inline' if that's what the C compiler
83 calls it, or to nothing if 'inline' is not supported under any name. */
84#ifndef __cplusplus
85#undef inline
86#endif
87
88/* Define to the equivalent of the C99 'restrict' keyword, or to
89 nothing if this is not supported. Do not define if restrict is
90 supported directly. */
91#undef restrict
92/* Work around a bug in Sun C++: it does not support _Restrict, even
93 though the corresponding Sun C compiler does, which causes
94 "#define restrict _Restrict" in the previous line. Perhaps some future
95 version of Sun C++ will work with _Restrict; if so, it'll probably
96 define __RESTRICT, just as Sun C does. */
97#if defined __SUNPRO_CC && !defined __RESTRICT
98# define _Restrict
99#endif
100
101/* Define to empty if the keyword `volatile' does not work. Warning: valid
102 code using `volatile' can become incorrect without. Disable with care. */
103#undef volatile