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

Side by Side Diff: third_party/libevent/mac/config.h

Issue 23008: Provide pre-generated config.h files for the Mac for sdch and libevent (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 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
« no previous file with comments | « third_party/libevent/README.chromium ('k') | no next file » | 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.h.in. Generated from configure.in by autoheader. */
2
3 /* Define if clock_gettime is available in libc */
4 /* #undef DNS_USE_CPU_CLOCK_FOR_ID */
5
6 /* Define is no secure id variant is available */
7 #define DNS_USE_GETTIMEOFDAY_FOR_ID 1
8
9 /* Define to 1 if you have the `clock_gettime' function. */
10 /* #undef HAVE_CLOCK_GETTIME */
11
12 /* Define if /dev/poll is available */
13 /* #undef HAVE_DEVPOLL */
14
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #define HAVE_DLFCN_H 1
17
18 /* Define if your system supports the epoll system calls */
19 /* #undef HAVE_EPOLL */
20
21 /* Define to 1 if you have the `epoll_ctl' function. */
22 /* #undef HAVE_EPOLL_CTL */
23
24 /* Define if your system supports event ports */
25 /* #undef HAVE_EVENT_PORTS */
26
27 /* Define to 1 if you have the `fcntl' function. */
28 #define HAVE_FCNTL 1
29
30 /* Define to 1 if you have the <fcntl.h> header file. */
31 #define HAVE_FCNTL_H 1
32
33 /* Define to 1 if you have the `getaddrinfo' function. */
34 #define HAVE_GETADDRINFO 1
35
36 /* Define to 1 if you have the `getnameinfo' function. */
37 #define HAVE_GETNAMEINFO 1
38
39 /* Define to 1 if you have the `gettimeofday' function. */
40 #define HAVE_GETTIMEOFDAY 1
41
42 /* Define to 1 if you have the `inet_ntop' function. */
43 #define HAVE_INET_NTOP 1
44
45 /* Define to 1 if you have the <inttypes.h> header file. */
46 #define HAVE_INTTYPES_H 1
47
48 /* Define to 1 if you have the `kqueue' function. */
49 #define HAVE_KQUEUE 1
50
51 /* Define to 1 if you have the `nsl' library (-lnsl). */
52 /* #undef HAVE_LIBNSL */
53
54 /* Define to 1 if you have the `resolv' library (-lresolv). */
55 #define HAVE_LIBRESOLV 1
56
57 /* Define to 1 if you have the `rt' library (-lrt). */
58 /* #undef HAVE_LIBRT */
59
60 /* Define to 1 if you have the `socket' library (-lsocket). */
61 /* #undef HAVE_LIBSOCKET */
62
63 /* Define to 1 if you have the <memory.h> header file. */
64 #define HAVE_MEMORY_H 1
65
66 /* Define to 1 if you have the <netinet/in6.h> header file. */
67 /* #undef HAVE_NETINET_IN6_H */
68
69 /* Define to 1 if you have the `poll' function. */
70 #define HAVE_POLL 1
71
72 /* Define to 1 if you have the <poll.h> header file. */
73 #define HAVE_POLL_H 1
74
75 /* Define to 1 if you have the `port_create' function. */
76 /* #undef HAVE_PORT_CREATE */
77
78 /* Define to 1 if you have the <port.h> header file. */
79 /* #undef HAVE_PORT_H */
80
81 /* Define to 1 if you have the `select' function. */
82 #define HAVE_SELECT 1
83
84 /* Define if F_SETFD is defined in <fcntl.h> */
85 #define HAVE_SETFD 1
86
87 /* Define to 1 if you have the `sigaction' function. */
88 #define HAVE_SIGACTION 1
89
90 /* Define to 1 if you have the `signal' function. */
91 #define HAVE_SIGNAL 1
92
93 /* Define to 1 if you have the <signal.h> header file. */
94 #define HAVE_SIGNAL_H 1
95
96 /* Define to 1 if you have the <stdarg.h> header file. */
97 #define HAVE_STDARG_H 1
98
99 /* Define to 1 if you have the <stdint.h> header file. */
100 #define HAVE_STDINT_H 1
101
102 /* Define to 1 if you have the <stdlib.h> header file. */
103 #define HAVE_STDLIB_H 1
104
105 /* Define to 1 if you have the <strings.h> header file. */
106 #define HAVE_STRINGS_H 1
107
108 /* Define to 1 if you have the <string.h> header file. */
109 #define HAVE_STRING_H 1
110
111 /* Define to 1 if you have the `strlcpy' function. */
112 #define HAVE_STRLCPY 1
113
114 /* Define to 1 if you have the `strsep' function. */
115 #define HAVE_STRSEP 1
116
117 /* Define to 1 if you have the `strtok_r' function. */
118 #define HAVE_STRTOK_R 1
119
120 /* Define to 1 if you have the `strtoll' function. */
121 #define HAVE_STRTOLL 1
122
123 /* Define to 1 if the system has the type `struct in6_addr'. */
124 #define HAVE_STRUCT_IN6_ADDR 1
125
126 /* Define to 1 if you have the <sys/devpoll.h> header file. */
127 /* #undef HAVE_SYS_DEVPOLL_H */
128
129 /* Define to 1 if you have the <sys/epoll.h> header file. */
130 /* #undef HAVE_SYS_EPOLL_H */
131
132 /* Define to 1 if you have the <sys/event.h> header file. */
133 #define HAVE_SYS_EVENT_H 1
134
135 /* Define to 1 if you have the <sys/ioctl.h> header file. */
136 #define HAVE_SYS_IOCTL_H 1
137
138 /* Define to 1 if you have the <sys/param.h> header file. */
139 #define HAVE_SYS_PARAM_H 1
140
141 /* Define to 1 if you have the <sys/queue.h> header file. */
142 #define HAVE_SYS_QUEUE_H 1
143
144 /* Define to 1 if you have the <sys/select.h> header file. */
145 #define HAVE_SYS_SELECT_H 1
146
147 /* Define to 1 if you have the <sys/socket.h> header file. */
148 #define HAVE_SYS_SOCKET_H 1
149
150 /* Define to 1 if you have the <sys/stat.h> header file. */
151 #define HAVE_SYS_STAT_H 1
152
153 /* Define to 1 if you have the <sys/time.h> header file. */
154 #define HAVE_SYS_TIME_H 1
155
156 /* Define to 1 if you have the <sys/types.h> header file. */
157 #define HAVE_SYS_TYPES_H 1
158
159 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
160 #define HAVE_TAILQFOREACH 1
161
162 /* Define if timeradd is defined in <sys/time.h> */
163 #define HAVE_TIMERADD 1
164
165 /* Define if timerclear is defined in <sys/time.h> */
166 #define HAVE_TIMERCLEAR 1
167
168 /* Define if timercmp is defined in <sys/time.h> */
169 #define HAVE_TIMERCMP 1
170
171 /* Define if timerisset is defined in <sys/time.h> */
172 #define HAVE_TIMERISSET 1
173
174 /* Define to 1 if the system has the type `uint16_t'. */
175 #define HAVE_UINT16_T 1
176
177 /* Define to 1 if the system has the type `uint32_t'. */
178 #define HAVE_UINT32_T 1
179
180 /* Define to 1 if the system has the type `uint64_t'. */
181 #define HAVE_UINT64_T 1
182
183 /* Define to 1 if the system has the type `uint8_t'. */
184 #define HAVE_UINT8_T 1
185
186 /* Define to 1 if you have the <unistd.h> header file. */
187 #define HAVE_UNISTD_H 1
188
189 /* Define to 1 if you have the `vasprintf' function. */
190 #define HAVE_VASPRINTF 1
191
192 /* Define if kqueue works correctly with pipes */
193 #define HAVE_WORKING_KQUEUE 1
194
195 /* Name of package */
196 #define PACKAGE "libevent"
197
198 /* Define to the address where bug reports for this package should be sent. */
199 #define PACKAGE_BUGREPORT ""
200
201 /* Define to the full name of this package. */
202 #define PACKAGE_NAME ""
203
204 /* Define to the full name and version of this package. */
205 #define PACKAGE_STRING ""
206
207 /* Define to the one symbol short name of this package. */
208 #define PACKAGE_TARNAME ""
209
210 /* Define to the version of this package. */
211 #define PACKAGE_VERSION ""
212
213 /* The size of `int', as computed by sizeof. */
214 #define SIZEOF_INT 4
215
216 /* The size of `long', as computed by sizeof. */
217 #define SIZEOF_LONG 4
218
219 /* The size of `long long', as computed by sizeof. */
220 #define SIZEOF_LONG_LONG 8
221
222 /* The size of `short', as computed by sizeof. */
223 #define SIZEOF_SHORT 2
224
225 /* Define to 1 if you have the ANSI C header files. */
226 #define STDC_HEADERS 1
227
228 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
229 #define TIME_WITH_SYS_TIME 1
230
231 /* Version number of package */
232 #define VERSION "1.4.7-stable"
233
234 /* Define to appropriate substitue if compiler doesnt have __func__ */
235 /* #undef __func__ */
236
237 /* Define to empty if `const' does not conform to ANSI C. */
238 /* #undef const */
239
240 /* Define to `__inline__' or `__inline' if that's what the C compiler
241 calls it, or to nothing if 'inline' is not supported under any name. */
242 #ifndef __cplusplus
243 /* #undef inline */
244 #endif
245
246 /* Define to `int' if <sys/types.h> does not define. */
247 /* #undef pid_t */
248
249 /* Define to `unsigned int' if <sys/types.h> does not define. */
250 /* #undef size_t */
251
252 /* Define to unsigned int if you dont have it */
253 /* #undef socklen_t */
OLDNEW
« no previous file with comments | « third_party/libevent/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698