blob: f89d1b6d3c668d1fb493c234e0970dcc38b2a873 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001/* src/config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define to 1 if you have the <dlfcn.h> header file. */
4#undef HAVE_DLFCN_H
5
6/* Define to 1 if you have the <DL.h> header file. */
7#undef HAVE_DL_H
8
9/* Define to 1 if you have the <gcrypt.h> header file. */
10#undef HAVE_GCRYPT_H
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
15/* Define to 1 if you have the `nana' library (-lnana). */
16#undef HAVE_LIBNANA
17
18/* Define to 1 if you have the <memory.h> header file. */
19#undef HAVE_MEMORY_H
20
21/* Define to 1 if you have the <openssl/aes.h> header file. */
22#undef HAVE_OPENSSL_AES_H
23
24/* Define to 1 if you have the <openssl/bn.h> header file. */
25#undef HAVE_OPENSSL_BN_H
26
27/* Define to 1 if you have the <openssl/sha.h> header file. */
28#undef HAVE_OPENSSL_SHA_H
29
30/* Define to 1 if you have the <stdint.h> header file. */
31#undef HAVE_STDINT_H
32
33/* Define to 1 if you have the <stdlib.h> header file. */
34#undef HAVE_STDLIB_H
35
36/* Define to 1 if you have the <strings.h> header file. */
37#undef HAVE_STRINGS_H
38
39/* Define to 1 if you have the <string.h> header file. */
40#undef HAVE_STRING_H
41
42/* Define to 1 if you have the <sys/stat.h> header file. */
43#undef HAVE_SYS_STAT_H
44
45/* Define to 1 if you have the <sys/types.h> header file. */
46#undef HAVE_SYS_TYPES_H
47
48/* Define to 1 if you have the <unistd.h> header file. */
49#undef HAVE_UNISTD_H
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 home page for this package. */
71#undef PACKAGE_URL
72
73/* Define to the version of this package. */
74#undef PACKAGE_VERSION
75
76/* SRTP support */
77#undef SRTP_SUPPORT
78
79/* Define to 1 if you have the ANSI C header files. */
80#undef STDC_HEADERS
81
82/* Version number of package */
83#undef VERSION
84
85/* Define to `__inline__' or `__inline' if that's what the C compiler
86 calls it, or to nothing if 'inline' is not supported under any name. */
87#ifndef __cplusplus
88#undef inline
89#endif
90
91/* Define to the equivalent of the C99 'restrict' keyword, or to
92 nothing if this is not supported. Do not define if restrict is
93 supported directly. */
94#undef restrict
95/* Work around a bug in Sun C++: it does not support _Restrict or
96 __restrict__, even though the corresponding Sun C compiler ends up with
97 "#define restrict _Restrict" or "#define restrict __restrict__" in the
98 previous line. Perhaps some future version of Sun C++ will work with
99 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
100#if defined __SUNPRO_CC && !defined __RESTRICT
101# define _Restrict
102# define __restrict__
103#endif
104
105/* Define to empty if the keyword `volatile' does not work. Warning: valid
106 code using `volatile' can become incorrect without. Disable with care. */
107#undef volatile