~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to lib/config-win32ce.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-06-20 13:56:28 UTC
  • mfrom: (3.4.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100620135628-e30tp9jldq6hq985
Tags: 7.21.0-1ubuntu1
* Merge from debian unstable.  Remaining changes: LP: #596334
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
/*                            TYPE SIZES                            */
311
311
/* ---------------------------------------------------------------- */
312
312
 
313
 
/* The number of bytes in a long double.  */
 
313
/* The size of `int', as computed by sizeof. */
 
314
#define SIZEOF_INT 4
 
315
 
 
316
/* The size of `long double', as computed by sizeof. */
314
317
#define SIZEOF_LONG_DOUBLE 16
315
318
 
316
 
/* The number of bytes in a long long.  */
 
319
/* The size of `long long', as computed by sizeof. */
317
320
/* #define SIZEOF_LONG_LONG 8 */
318
321
 
 
322
/* The size of `short', as computed by sizeof. */
 
323
#define SIZEOF_SHORT 2
 
324
 
319
325
/* ---------------------------------------------------------------- */
320
326
/*                          STRUCT RELATED                          */
321
327
/* ---------------------------------------------------------------- */
373
379
/* ---------------------------------------------------------------- */
374
380
 
375
381
#define CURL_LDAP_WIN 1
376
 
#undef CURL_LDAP_HYBRID
377
382
#undef HAVE_LDAP_URL_PARSE
378
383
 
379
384
/* ---------------------------------------------------------------- */