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

« back to all changes in this revision

Viewing changes to lib/config-riscos.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:
50
50
/* Define this to your Entropy Gathering Daemon socket pathname */
51
51
#undef EGD_SOCKET
52
52
 
53
 
/* Set to explicitly specify we don't want to use thread-safe functions */
54
 
#define DISABLED_THREADSAFE
55
 
 
56
53
/* Define if you want to enable IPv6 support */
57
54
#undef ENABLE_IPV6
58
55
 
341
338
/* Define as the return type of signal handlers (`int' or `void'). */
342
339
#define RETSIGTYPE void
343
340
 
344
 
/* The size of a `long double', as computed by sizeof. */
 
341
/* The size of `int', as computed by sizeof. */
 
342
#define SIZEOF_INT 4
 
343
 
 
344
/* The size of `long double', as computed by sizeof. */
345
345
#undef SIZEOF_LONG_DOUBLE
346
346
 
347
 
/* The size of a `long long', as computed by sizeof. */
 
347
/* The size of `long long', as computed by sizeof. */
348
348
#undef SIZEOF_LONG_LONG
349
349
 
 
350
/* The size of `short', as computed by sizeof. */
 
351
#define SIZEOF_SHORT 2
 
352
 
350
353
/* Define if you have the ANSI C header files. */
351
354
#undef STDC_HEADERS
352
355