Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1096)

Side by Side Diff: libsrtp/config_in.h

Issue 3423016: Add current version of libSRTP from CVS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: '' Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « libsrtp/config.sub ('k') | libsrtp/configure.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /* config_in.h. Generated from configure.in by autoheader. */
2
3 /* Define if building for a CISC machine (e.g. Intel). */
4 #undef CPU_CISC
5
6 /* Define if building for a RISC machine (assume slow byte access). */
7 #undef CPU_RISC
8
9 /* Path to random device */
10 #undef DEV_URANDOM
11
12 /* Define to compile in dynamic debugging system. */
13 #undef ENABLE_DEBUGGING
14
15 /* Report errors to this file. */
16 #undef ERR_REPORTING_FILE
17
18 /* Define to use logging to stdout. */
19 #undef ERR_REPORTING_STDOUT
20
21 /* Define this to use ISMAcryp code. */
22 #undef GENERIC_AESICM
23
24 /* Define to 1 if you have the <arpa/inet.h> header file. */
25 #undef HAVE_ARPA_INET_H
26
27 /* Define to 1 if you have the <byteswap.h> header file. */
28 #undef HAVE_BYTESWAP_H
29
30 /* Define to 1 if you have the `inet_aton' function. */
31 #undef HAVE_INET_ATON
32
33 /* Define to 1 if the system has the type `int16_t'. */
34 #undef HAVE_INT16_T
35
36 /* Define to 1 if the system has the type `int32_t'. */
37 #undef HAVE_INT32_T
38
39 /* Define to 1 if the system has the type `int8_t'. */
40 #undef HAVE_INT8_T
41
42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #undef HAVE_INTTYPES_H
44
45 /* Define to 1 if you have the `socket' library (-lsocket). */
46 #undef HAVE_LIBSOCKET
47
48 /* Define to 1 if you have the <machine/types.h> header file. */
49 #undef HAVE_MACHINE_TYPES_H
50
51 /* Define to 1 if you have the <memory.h> header file. */
52 #undef HAVE_MEMORY_H
53
54 /* Define to 1 if you have the <netinet/in.h> header file. */
55 #undef HAVE_NETINET_IN_H
56
57 /* Define to 1 if you have the `sigaction' function. */
58 #undef HAVE_SIGACTION
59
60 /* Define to 1 if you have the `socket' function. */
61 #undef HAVE_SOCKET
62
63 /* Define to 1 if you have the <stdint.h> header file. */
64 #undef HAVE_STDINT_H
65
66 /* Define to 1 if you have the <stdlib.h> header file. */
67 #undef HAVE_STDLIB_H
68
69 /* Define to 1 if you have the <strings.h> header file. */
70 #undef HAVE_STRINGS_H
71
72 /* Define to 1 if you have the <string.h> header file. */
73 #undef HAVE_STRING_H
74
75 /* Define to 1 if you have the <syslog.h> header file. */
76 #undef HAVE_SYSLOG_H
77
78 /* Define to 1 if you have the <sys/int_types.h> header file. */
79 #undef HAVE_SYS_INT_TYPES_H
80
81 /* Define to 1 if you have the <sys/socket.h> header file. */
82 #undef HAVE_SYS_SOCKET_H
83
84 /* Define to 1 if you have the <sys/stat.h> header file. */
85 #undef HAVE_SYS_STAT_H
86
87 /* Define to 1 if you have the <sys/types.h> header file. */
88 #undef HAVE_SYS_TYPES_H
89
90 /* Define to 1 if you have the <sys/uio.h> header file. */
91 #undef HAVE_SYS_UIO_H
92
93 /* Define to 1 if the system has the type `uint16_t'. */
94 #undef HAVE_UINT16_T
95
96 /* Define to 1 if the system has the type `uint32_t'. */
97 #undef HAVE_UINT32_T
98
99 /* Define to 1 if the system has the type `uint64_t'. */
100 #undef HAVE_UINT64_T
101
102 /* Define to 1 if the system has the type `uint8_t'. */
103 #undef HAVE_UINT8_T
104
105 /* Define to 1 if you have the <unistd.h> header file. */
106 #undef HAVE_UNISTD_H
107
108 /* Define to 1 if you have the `usleep' function. */
109 #undef HAVE_USLEEP
110
111 /* Define to 1 if you have the <windows.h> header file. */
112 #undef HAVE_WINDOWS_H
113
114 /* Define to 1 if you have the <winsock2.h> header file. */
115 #undef HAVE_WINSOCK2_H
116
117 /* Define to use X86 inlined assembly code */
118 #undef HAVE_X86
119
120 /* Define to the address where bug reports for this package should be sent. */
121 #undef PACKAGE_BUGREPORT
122
123 /* Define to the full name of this package. */
124 #undef PACKAGE_NAME
125
126 /* Define to the full name and version of this package. */
127 #undef PACKAGE_STRING
128
129 /* Define to the one symbol short name of this package. */
130 #undef PACKAGE_TARNAME
131
132 /* Define to the version of this package. */
133 #undef PACKAGE_VERSION
134
135 /* The size of a `unsigned long', as computed by sizeof. */
136 #undef SIZEOF_UNSIGNED_LONG
137
138 /* The size of a `unsigned long long', as computed by sizeof. */
139 #undef SIZEOF_UNSIGNED_LONG_LONG
140
141 /* Define to use GDOI. */
142 #undef SRTP_GDOI
143
144 /* Define to compile for kernel contexts. */
145 #undef SRTP_KERNEL
146
147 /* Define to compile for Linux kernel context. */
148 #undef SRTP_KERNEL_LINUX
149
150 /* Define to 1 if you have the ANSI C header files. */
151 #undef STDC_HEADERS
152
153 /* Write errors to this file */
154 #undef USE_ERR_REPORTING_FILE
155
156 /* Define to use syslog logging. */
157 #undef USE_SYSLOG
158
159 /* Define to 1 if your processor stores words with the most significant byte
160 first (like Motorola and SPARC, unlike Intel and VAX). */
161 #undef WORDS_BIGENDIAN
162
163 /* Define to empty if `const' does not conform to ANSI C. */
164 #undef const
165
166 /* Define to `__inline__' or `__inline' if that's what the C compiler
167 calls it, or to nothing if 'inline' is not supported under any name. */
168 #ifndef __cplusplus
169 #undef inline
170 #endif
171
172 /* Define to `unsigned' if <sys/types.h> does not define. */
173 #undef size_t
OLDNEW
« no previous file with comments | « libsrtp/config.sub ('k') | libsrtp/configure.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698