Lines Matching +full:ipv4 +full:- +full:single +full:- +full:target
10 * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
38 * Define WIN32 when build target is Win32 API
70 * Include configuration script results or hand-crafted
81 # include "config-win32ce.h"
84 # include "config-win32.h"
89 # include "config-mac.h"
93 # include "config-riscos.h"
97 # include "config-amigaos.h"
101 # include "config-os400.h"
105 # include "config-tpf.h"
109 # include "config-vxworks.h"
113 # include "config-plan9.h"
150 /* Solaris needs this to get a POSIX-conformant getpwuid_r */
225 # include "setup-os400.h"
233 # include "setup-vms.h"
241 # include "setup-win32.h"
245 * Use getaddrinfo to resolve the IPv4 address literal. If the current network
246 * interface doesn't support IPv4, but supports IPv6, NAT64, and DNS64,
309 #ifdef __TANDEM /* for nsr-tandem-nsk systems */
324 * Salford-C kludge section (mostly borrowed from wxWidgets).
349 # define LSEEK_ERROR (__int64)-1
381 # define LSEEK_ERROR (long)-1
389 # define LSEEK_ERROR (off_t)-1
430 #define CURL_OFF_T_MIN (-CURL_OFF_T_MAX - CURL_OFF_T_C(1))
446 # define TIME_T_MIN (-TIME_T_MAX - 1)
492 # ifdef MSDOS /* Watt-32 */
537 /* ---------------------------------------------------------------- */
538 /* resolver specialty compile-time defines */
540 /* ---------------------------------------------------------------- */
543 * lcc-win32 doesn't have _beginthreadex(), lacks threads support.
552 * MSVC threads support requires a multi-threaded runtime library.
553 * _beginthreadex() is not available in single-threaded ones.
585 /* ---------------------------------------------------------------- */
602 * in lib/config-win32.h although absolutely discouraged and unsupported.
643 /* Single point where USE_SPNEGO definition might be defined */
649 /* Single point where USE_KERBEROS5 definition might be defined */
655 /* Single point where USE_NTLM definition might be defined */
700 * Definition of our NOP statement Object-like macro
756 https://cygwin.com/cygwin-ug-net/using-textbinary.html
825 typedef u_short ADDRESS_FAMILY; /* Classic mingw, 11y+ old mingw-w64 */