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

« back to all changes in this revision

Viewing changes to lib/config-symbian.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:
48
48
/* to enable hidden symbols */
49
49
/*#define CURL_HIDDEN_SYMBOLS 1*/
50
50
 
51
 
/* W$ LDAP with non-W$ compiler */
52
 
/* #undef CURL_LDAP_HYBRID */
53
 
 
54
 
/* Use W$ LDAP implementation */
 
51
/* Use Windows LDAP implementation */
55
52
/* #undef CURL_LDAP_WIN */
56
53
 
57
54
/* when not building a shared library */
58
55
/* #undef CURL_STATICLIB */
59
56
 
60
 
/* Set to explicitly specify we don't want to use thread-safe functions */
61
 
/* #undef DISABLED_THREADSAFE */
62
 
 
63
57
/* your Entropy Gathering Daemon socket pathname */
64
58
/* #undef EGD_SOCKET */
65
59
 
640
634
/* Define to 1 if you need the malloc.h header file even with stdlib.h */
641
635
/* #undef NEED_MALLOC_H */
642
636
 
643
 
/* need REENTRANT defined */
 
637
/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
644
638
/* #undef NEED_REENTRANT */
645
639
 
 
640
/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
 
641
/* #undef NEED_THREAD_SAFE */
 
642
 
646
643
/* cpu-machine-OS */
647
644
#ifdef __WINS__
648
645
#define OS "i386-pc-epoc32"
709
706
/* Define to the type of arg 5 for `select'. */
710
707
#define SELECT_TYPE_ARG5 (struct timeval *)
711
708
 
 
709
/* The size of `int', as computed by sizeof. */
 
710
#define SIZEOF_INT 4
 
711
 
712
712
/* The size of `off_t', as computed by sizeof. */
713
713
#define SIZEOF_OFF_T 8
714
714
 
 
715
/* The size of `short', as computed by sizeof. */
 
716
#define SIZEOF_SHORT 2
 
717
 
715
718
/* The size of `size_t', as computed by sizeof. */
716
719
#define SIZEOF_SIZE_T 4
717
720
 
767
770
/* Define for large files, on AIX-style hosts. */
768
771
/* #undef _LARGE_FILES */
769
772
 
770
 
/* define this if you need it to compile thread-safe code */
771
 
/* #undef _THREAD_SAFE */
772
 
 
773
773
/* Define to empty if `const' does not conform to ANSI C. */
774
774
/* #undef const */
775
775