~ubuntu-branches/ubuntu/feisty/curl/feisty

« back to all changes in this revision

Viewing changes to lib/config-tpf.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:
290
290
/* Define to 1 if you have the <malloc.h> header file. */
291
291
/* #undef HAVE_MALLOC_H */
292
292
 
 
293
/* Define to 1 if you need the malloc.h header file even with stdlib.h  */
 
294
/* #undef NEED_MALLOC_H */
 
295
 
293
296
/* Define to 1 if you have the <memory.h> header file. */
294
297
#define HAVE_MEMORY_H 1
295
298
 
669
672
/* the signed version of size_t */
670
673
/* #undef ssize_t */
671
674
 
 
675
/* Define to 1 if you have the getnameinfo function. */
 
676
/* #undef HAVE_GETNAMEINFO 1 */
 
677
 
 
678
/* Define to the type qualifier of arg 1 for getnameinfo. */
 
679
/* #undef GETNAMEINFO_QUAL_ARG1 const */
 
680
 
 
681
/* Define to the type of arg 1 for getnameinfo. */
 
682
/* #undef GETNAMEINFO_TYPE_ARG1 struct sockaddr * */
 
683
 
 
684
/* Define to the type of arg 2 for getnameinfo. */
 
685
/* #undef GETNAMEINFO_TYPE_ARG2 socklen_t */
 
686
 
 
687
/* Define to the type of args 4 and 6 for getnameinfo. */
 
688
/* #undef GETNAMEINFO_TYPE_ARG46 size_t */
 
689
 
 
690
/* Define to the type of arg 7 for getnameinfo. */
 
691
/* #undef GETNAMEINFO_TYPE_ARG7 int */
 
692
 
 
693
/* Define to 1 if you have the recv function. */
 
694
#define HAVE_RECV 1
 
695
 
 
696
/* Define to the type of arg 1 for recv. */
 
697
#define RECV_TYPE_ARG1 int
 
698
 
 
699
/* Define to the type of arg 2 for recv. */
 
700
#define RECV_TYPE_ARG2 char *
 
701
 
 
702
/* Define to the type of arg 3 for recv. */
 
703
#define RECV_TYPE_ARG3 int
 
704
 
 
705
/* Define to the type of arg 4 for recv. */
 
706
#define RECV_TYPE_ARG4 int
 
707
 
 
708
/* Define to the function return type for recv. */
 
709
#define RECV_TYPE_RETV int
 
710
 
 
711
/* Define to 1 if you have the send function. */
 
712
#define HAVE_SEND 1
 
713
 
 
714
/* Define to the type of arg 1 for send. */
 
715
#define SEND_TYPE_ARG1 int
 
716
 
 
717
/* Define to the type qualifier of arg 2 for send. */
 
718
#define SEND_QUAL_ARG2 const
 
719
 
 
720
/* Define to the type of arg 2 for send. */
 
721
#define SEND_TYPE_ARG2 char *
 
722
 
 
723
/* Define to the type of arg 3 for send. */
 
724
#define SEND_TYPE_ARG3 int
 
725
 
 
726
/* Define to the type of arg 4 for send. */
 
727
#define SEND_TYPE_ARG4 int
 
728
 
 
729
/* Define to the function return type for send. */
 
730
#define SEND_TYPE_RETV int
 
731
 
672
732
#define CURL_DOES_CONVERSIONS
673
733
#ifndef CURL_ICONV_CODESET_OF_HOST
674
734
#define CURL_ICONV_CODESET_OF_HOST "IBM-1047"