config-dos.h
Go to the documentation of this file.
00001 #ifndef HEADER_CURL_CONFIG_DOS_H
00002 #define HEADER_CURL_CONFIG_DOS_H
00003 /***************************************************************************
00004  *                                  _   _ ____  _
00005  *  Project                     ___| | | |  _ \| |
00006  *                             / __| | | | |_) | |
00007  *                            | (__| |_| |  _ <| |___
00008  *                             \___|\___/|_| \_\_____|
00009  *
00010  * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
00011  *
00012  * This software is licensed as described in the file COPYING, which
00013  * you should have received as part of this distribution. The terms
00014  * are also available at https://curl.haxx.se/docs/copyright.html.
00015  *
00016  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
00017  * copies of the Software, and permit persons to whom the Software is
00018  * furnished to do so, under the terms of the COPYING file.
00019  *
00020  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
00021  * KIND, either express or implied.
00022  *
00023  ***************************************************************************/
00024 
00025 
00026 /* ================================================================ */
00027 /*       lib/config-dos.h - Hand crafted config file for DOS        */
00028 /* ================================================================ */
00029 
00030 #if defined(DJGPP)
00031   #define OS  "MSDOS/djgpp"
00032 #elif defined(__HIGHC__)
00033   #define OS  "MSDOS/HighC"
00034 #elif defined(__WATCOMC__)
00035   #define OS  "MSDOS/Watcom"
00036 #else
00037   #define OS  "MSDOS/?"
00038 #endif
00039 
00040 #define PACKAGE  "curl"
00041 
00042 #define HAVE_ARPA_INET_H       1
00043 #define HAVE_ERRNO_H           1
00044 #define HAVE_FCNTL_H           1
00045 #define HAVE_GETADDRINFO       1
00046 #define HAVE_GETNAMEINFO       1
00047 #define HAVE_GETPROTOBYNAME    1
00048 #define HAVE_GETTIMEOFDAY      1
00049 #define HAVE_IO_H              1
00050 #define HAVE_IOCTL             1
00051 #define HAVE_IOCTL_FIONBIO     1
00052 #define HAVE_IOCTLSOCKET       1
00053 #define HAVE_IOCTLSOCKET_FIONBIO   1
00054 #define HAVE_LIMITS_H          1
00055 #define HAVE_LOCALE_H          1
00056 #define HAVE_LONGLONG          1
00057 #define HAVE_MEMORY_H          1
00058 #define HAVE_NETDB_H           1
00059 #define HAVE_NETINET_IN_H      1
00060 #define HAVE_NETINET_TCP_H     1
00061 #define HAVE_NET_IF_H          1
00062 #define HAVE_PROCESS_H         1
00063 #define HAVE_RECV              1
00064 #define HAVE_RECVFROM          1
00065 #define HAVE_SELECT            1
00066 #define HAVE_SEND              1
00067 #define HAVE_SETJMP_H          1
00068 #define HAVE_SETLOCALE         1
00069 #define HAVE_SETMODE           1
00070 #define HAVE_SIGNAL            1
00071 #define HAVE_SOCKET            1
00072 #define HAVE_STRDUP            1
00073 #define HAVE_STRICMP           1
00074 #define HAVE_STRTOLL           1
00075 #define HAVE_STRUCT_TIMEVAL    1
00076 #define HAVE_STRUCT_IN6_ADDR   1
00077 #define HAVE_SYS_IOCTL_H       1
00078 #define HAVE_SYS_SOCKET_H      1
00079 #define HAVE_SYS_STAT_H        1
00080 #define HAVE_SYS_TYPES_H       1
00081 #define HAVE_TIME_H            1
00082 #define HAVE_UNISTD_H          1
00083 
00084 #define NEED_MALLOC_H          1
00085 
00086 #define RETSIGTYPE             void
00087 #define SIZEOF_INT             4
00088 #define SIZEOF_LONG_DOUBLE     16
00089 #define SIZEOF_SHORT           2
00090 #define SIZEOF_SIZE_T          4
00091 #define STDC_HEADERS           1
00092 #define TIME_WITH_SYS_TIME     1
00093 
00094 /* Qualifiers for send(), recv(), recvfrom() and getnameinfo(). */
00095 
00096 #define SEND_TYPE_ARG1         int
00097 #define SEND_QUAL_ARG2         const
00098 #define SEND_TYPE_ARG2         void *
00099 #define SEND_TYPE_ARG3         int
00100 #define SEND_TYPE_ARG4         int
00101 #define SEND_TYPE_RETV         int
00102 
00103 #define RECV_TYPE_ARG1         int
00104 #define RECV_TYPE_ARG2         void *
00105 #define RECV_TYPE_ARG3         int
00106 #define RECV_TYPE_ARG4         int
00107 #define RECV_TYPE_RETV         int
00108 
00109 #define RECVFROM_TYPE_ARG1     int
00110 #define RECVFROM_TYPE_ARG2     void
00111 #define RECVFROM_TYPE_ARG3     int
00112 #define RECVFROM_TYPE_ARG4     int
00113 #define RECVFROM_TYPE_ARG5     struct sockaddr
00114 #define RECVFROM_TYPE_ARG6     int
00115 #define RECVFROM_TYPE_RETV     int
00116 #define RECVFROM_TYPE_ARG2_IS_VOID 1
00117 
00118 #define GETNAMEINFO_QUAL_ARG1  const
00119 #define GETNAMEINFO_TYPE_ARG1  struct sockaddr *
00120 #define GETNAMEINFO_TYPE_ARG2  int
00121 #define GETNAMEINFO_TYPE_ARG46 int
00122 #define GETNAMEINFO_TYPE_ARG7  int
00123 
00124 #define BSD
00125 
00126 /* CURLDEBUG definition enables memory tracking */
00127 /* #define CURLDEBUG */
00128 
00129 /* USE_ZLIB on cmd-line */
00130 #ifdef USE_ZLIB
00131   #define HAVE_ZLIB_H            1
00132   #define HAVE_LIBZ              1
00133 #endif
00134 
00135 /* USE_OPENSSL on cmd-line */
00136 #ifdef USE_OPENSSL
00137   #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
00138   #define HAVE_OPENSSL_ENGINE_H  1
00139   #define OPENSSL_NO_KRB5        1
00140 #endif
00141 
00142 /* to disable LDAP */
00143 #define CURL_DISABLE_LDAP        1
00144 
00145 #define in_addr_t  u_long
00146 
00147 #if defined(__HIGHC__) || \
00148     (defined(__GNUC__) && (__GNUC__ < 4))
00149   #define ssize_t  int
00150 #endif
00151 
00152 #define CURL_CA_BUNDLE  getenv("CURL_CA_BUNDLE")
00153 
00154 /* Target HAVE_x section */
00155 
00156 #if defined(DJGPP)
00157   #define HAVE_BASENAME   1
00158   #define HAVE_STRCASECMP 1
00159   #define HAVE_SIGACTION  1
00160   #define HAVE_SIGSETJMP  1
00161   #define HAVE_SYS_TIME_H 1
00162   #define HAVE_TERMIOS_H  1
00163   #define HAVE_VARIADIC_MACROS_GCC 1
00164 
00165 #elif defined(__WATCOMC__)
00166   #define HAVE_STRCASECMP 1
00167 
00168 #elif defined(__HIGHC__)
00169   #define HAVE_SYS_TIME_H 1
00170   #define strerror(e) strerror_s_((e))
00171 #endif
00172 
00173 #ifdef MSDOS  /* Watt-32 */
00174   #define HAVE_CLOSE_S    1
00175 #endif
00176 
00177 #undef word
00178 #undef byte
00179 
00180 #endif /* HEADER_CURL_CONFIG_DOS_H */
00181 


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:02