~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to lib/config-win32.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
/* #undef size_t */
28
28
 
29
29
/* Define this to 'int' if ssize_t is not an available typedefed type */
 
30
#if defined(__WATCOMC__) && (__WATCOMC__ >= 1240)
 
31
#else
30
32
#define ssize_t int
 
33
#endif
31
34
 
32
35
/* Define this to 'int' if socklen_t is not an available typedefed type */
33
36
#if !defined(ENABLE_IPV6) && ((_MSC_VER < 1300) || !defined(USE_SSLEAY))
232
235
/* use ioctlsocket() for non-blocking sockets */
233
236
#define HAVE_IOCTLSOCKET
234
237
 
 
238
/* Define this if you have struct sockaddr_storage */
 
239
#define HAVE_STRUCT_SOCKADDR_STORAGE
 
240
 
235
241
/* lber dynamic library file */
236
242
/* #undef DL_LBER_FILE */
237
243