~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to lib/config.dj

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _CURL_CONFIG_DJGPP_H
2
 
#define _CURL_CONFIG_DJGPP_H
3
 
 
4
 
/* lib/config.dj - Hand crafted config file for DJGPP.
5
 
 *
6
 
 * $Id: config.dj,v 1.19 2006-07-12 13:57:18 giva Exp $
7
 
 */
8
 
#define OS       "MSDOS/djgpp"
9
 
#define PACKAGE  "curl"
10
 
 
11
 
#define CURL_CA_BUNDLE  "/dev/env/CURL_CA_BUNDLE"
12
 
 
13
 
#if (DJGPP_MINOR >= 4)
14
 
/* #define HAVE_DLOPEN 1 maybe not (DXE3) */
15
 
#endif
16
 
 
17
 
#define HAVE_ASSERT_T          1
18
 
#define HAVE_ARPA_INET_H       1
19
 
#define HAVE_BASENAME          1
20
 
#define HAVE_CLOSESOCKET       1
21
 
#define HAVE_FCNTL_H           1
22
 
#define HAVE_FIONBIO           1
23
 
#define HAVE_GETHOSTBYADDR     1
24
 
#define HAVE_GETHOSTNAME       1
25
 
#define HAVE_GETPASS           1
26
 
#define HAVE_GETSERVBYNAME     1
27
 
#define HAVE_GETPROTOBYNAME    1
28
 
#define HAVE_GETTIMEOFDAY      1
29
 
#define HAVE_INET_ADDR         1
30
 
#define HAVE_INET_NTOA         1
31
 
#define HAVE_IO_H              1
32
 
#define HAVE_IOCTLSOCKET       1
33
 
#define HAVE_INET_PTON         1
34
 
#define HAVE_INET_NTOP         1
35
 
#define HAVE_LOCALE_H          1
36
 
#define HAVE_LONGLONG          1
37
 
#define HAVE_MALLOC_H          1
38
 
#define HAVE_MEMORY_H          1
39
 
#define HAVE_NETDB_H           1
40
 
#define HAVE_NETINET_IN_H      1
41
 
#define HAVE_NETINET_TCP_H     1
42
 
#define HAVE_NET_IF_H          1
43
 
#define HAVE_PROCESS_H         1
44
 
#define HAVE_PERROR            1
45
 
#define HAVE_SELECT            1
46
 
#define HAVE_SETJMP_H          1
47
 
#define HAVE_SETLOCALE         1
48
 
#define HAVE_SETVBUF           1
49
 
#define HAVE_SIGNAL            1
50
 
#define HAVE_SIGACTION         1
51
 
#define HAVE_SIGSETJMP         1
52
 
#define HAVE_SOCKET            1
53
 
#define HAVE_SPNEGO            1
54
 
#define HAVE_STRCASECMP        1
55
 
#define HAVE_STRDUP            1
56
 
#define HAVE_STRFTIME          1
57
 
#define HAVE_STRICMP           1
58
 
#define HAVE_STRSTR            1
59
 
#define HAVE_STRTOLL           1
60
 
#define HAVE_SYS_IOCTL_H       1
61
 
#define HAVE_SYS_SOCKET_H      1
62
 
#define HAVE_SYS_STAT_H        1
63
 
#define HAVE_SYS_TYPES_H       1
64
 
#define HAVE_TERMIOS_H         1
65
 
#define HAVE_TIME_H            1
66
 
#define HAVE_UNAME             1
67
 
#define HAVE_UNISTD_H          1
68
 
#define HAVE_VPRINTF           1
69
 
 
70
 
#define NEED_MALLOC_H          1
71
 
 
72
 
#if (DJGPP_MINOR >= 4)
73
 
#define HAVE_STRLCAT           1
74
 
#endif
75
 
 
76
 
#define RETSIGTYPE             void
77
 
#define SIZEOF_LONG_DOUBLE     16
78
 
#define SIZEOF_CURL_OFF_T      4   /* no huge file support */
79
 
#define STDC_HEADERS           1
80
 
#define TIME_WITH_SYS_TIME     1
81
 
 
82
 
#define BSD
83
 
 
84
 
/* #define MALLOCDEBUG */
85
 
 
86
 
#ifdef USE_ZLIB     /* on cmd-line */
87
 
  #define HAVE_ZLIB_H            1
88
 
  #define HAVE_LIBZ              1
89
 
#endif
90
 
 
91
 
#ifdef USE_SSLEAY   /* on cmd-line */
92
 
  #define HAVE_OPENSSL_X509_H    1
93
 
  #define HAVE_OPENSSL_SSL_H     1
94
 
  #define HAVE_OPENSSL_RSA_H     1
95
 
  #define HAVE_OPENSSL_PEM_H     1
96
 
  #define HAVE_OPENSSL_ERR_H     1
97
 
  #define HAVE_OPENSSL_CRYPTO_H  1
98
 
  #define HAVE_OPENSSL_ENGINE_H  1
99
 
  #define HAVE_LIBSSL            1
100
 
  #define HAVE_LIBCRYPTO         1
101
 
  #define OPENSSL_NO_KRB5        1
102
 
  #define USE_OPENSSL            1
103
 
#endif
104
 
 
105
 
/* to disable LDAP */
106
 
#define CURL_DISABLE_LDAP        1
107
 
 
108
 
/* Because djgpp <= 2.03 doesn't have snprintf() etc.
109
 
 */
110
 
#if (DJGPP_MINOR < 4)
111
 
  #define _MPRINTF_REPLACE
112
 
#endif
113
 
 
114
 
#define in_addr_t  u_long
115
 
#define socklen_t  int
116
 
 
117
 
#if __GNUC__ < 4   /* gcc 4.x built-in ? */
118
 
#define ssize_t    int
119
 
#endif
120
 
 
121
 
#include <stdlib.h>
122
 
#include <string.h>
123
 
#include <tcp.h>    /* Watt-32 API */
124
 
 
125
 
#undef word
126
 
#undef byte
127
 
 
128
 
#endif  /* _CURL_CONFIG_DJGPP_H */
129