~ubuntu-branches/ubuntu/hardy/curl/hardy-updates

« back to all changes in this revision

Viewing changes to lib/config-win32ce.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:56:48 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030105648-uo8q8w9xklb40b4k
Tags: 7.15.5-1ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - debian/control: Drop libdb4.2 build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* Define if you have the <malloc.h> header file.  */
40
40
#define HAVE_MALLOC_H 1
41
41
 
 
42
/* Define if you need the malloc.h header header file even with stdlib.h  */
 
43
#define NEED_MALLOC_H 1
 
44
 
42
45
/* Define if you have the <netdb.h> header file.  */
43
46
/* #define HAVE_NETDB_H 1 */
44
47
 
201
204
/* Define if you have the vprintf function.  */
202
205
#define HAVE_VPRINTF 1
203
206
 
 
207
/* Define if you have the getnameinfo function. */
 
208
#define HAVE_GETNAMEINFO 1
 
209
 
 
210
/* Define to the type qualifier of arg 1 for getnameinfo. */
 
211
#define GETNAMEINFO_QUAL_ARG1 const
 
212
 
 
213
/* Define to the type of arg 1 for getnameinfo. */
 
214
#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
 
215
 
 
216
/* Define to the type of arg 2 for getnameinfo. */
 
217
#define GETNAMEINFO_TYPE_ARG2 socklen_t
 
218
 
 
219
/* Define to the type of args 4 and 6 for getnameinfo. */
 
220
#define GETNAMEINFO_TYPE_ARG46 DWORD
 
221
 
 
222
/* Define to the type of arg 7 for getnameinfo. */
 
223
#define GETNAMEINFO_TYPE_ARG7 int
 
224
 
 
225
/* Define if you have the recv function. */
 
226
#define HAVE_RECV 1
 
227
 
 
228
/* Define to the type of arg 1 for recv. */
 
229
#define RECV_TYPE_ARG1 SOCKET
 
230
 
 
231
/* Define to the type of arg 2 for recv. */
 
232
#define RECV_TYPE_ARG2 char *
 
233
 
 
234
/* Define to the type of arg 3 for recv. */
 
235
#define RECV_TYPE_ARG3 int
 
236
 
 
237
/* Define to the type of arg 4 for recv. */
 
238
#define RECV_TYPE_ARG4 int
 
239
 
 
240
/* Define to the function return type for recv. */
 
241
#define RECV_TYPE_RETV int
 
242
 
 
243
/* Define if you have the send function. */
 
244
#define HAVE_SEND 1
 
245
 
 
246
/* Define to the type of arg 1 for send. */
 
247
#define SEND_TYPE_ARG1 SOCKET
 
248
 
 
249
/* Define to the type qualifier of arg 2 for send. */
 
250
#define SEND_QUAL_ARG2 const
 
251
 
 
252
/* Define to the type of arg 2 for send. */
 
253
#define SEND_TYPE_ARG2 char *
 
254
 
 
255
/* Define to the type of arg 3 for send. */
 
256
#define SEND_TYPE_ARG3 int
 
257
 
 
258
/* Define to the type of arg 4 for send. */
 
259
#define SEND_TYPE_ARG4 int
 
260
 
 
261
/* Define to the function return type for send. */
 
262
#define SEND_TYPE_RETV int
 
263
 
204
264
/* ---------------------------------------------------------------- */
205
265
/*                       TYPEDEF REPLACEMENTS                       */
206
266
/* ---------------------------------------------------------------- */