• Home
  • Raw
  • Download

Lines Matching +full:gcc +full:- +full:mingw +full:- +full:w64 +full:- +full:x86 +full:- +full:64

23  * SPDX-License-Identifier: curl
31 /* ---------------------------------------------------------------- */
33 /* ---------------------------------------------------------------- */
105 /* ---------------------------------------------------------------- */
107 /* ---------------------------------------------------------------- */
117 /* ---------------------------------------------------------------- */
119 /* ---------------------------------------------------------------- */
244 /* ---------------------------------------------------------------- */
246 /* ---------------------------------------------------------------- */
263 /* ---------------------------------------------------------------- */
265 /* ---------------------------------------------------------------- */
286 /* ---------------------------------------------------------------- */
288 /* ---------------------------------------------------------------- */
310 /* mingw-w64 and visual studio >= 2005 (MSVCR80)
311 all default to 64-bit time_t unless _USE_32BIT_TIME_T is defined */
387 /* ---------------------------------------------------------------- */
389 /* ---------------------------------------------------------------- */
400 /* ---------------------------------------------------------------- */
402 /* ---------------------------------------------------------------- */
405 # if (_MSC_VER >= 900) && (_INTEGRAL_MAX_BITS >= 64)
423 # define _FILE_OFFSET_BITS 64
433 defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
439 /* ---------------------------------------------------------------- */
441 /* ---------------------------------------------------------------- */
447 /* Define to enable c-ares asynchronous DNS lookups. */
460 /* ---------------------------------------------------------------- */
462 /* ---------------------------------------------------------------- */
485 /* ---------------------------------------------------------------- */
487 /* ---------------------------------------------------------------- */
489 /* Define cpu-machine-OS */
491 #if defined(_M_IX86) || defined(__i386__) /* x86 (MSVC or gcc) */
492 #define OS "i386-pc-win32"
493 #elif defined(_M_X64) || defined(__x86_64__) /* x86_64 (MSVC >=2005 or gcc) */
494 #define OS "x86_64-pc-win32"
496 #define OS "ia64-pc-win32"
497 #elif defined(_M_ARM_NT) || defined(__arm__) /* ARMv7-Thumb2 (Windows RT) */
498 #define OS "thumbv7a-pc-win32"
500 #define OS "aarch64-pc-win32"
502 #define OS "unknown-pc-win32"
509 /* If you want to build curl with the built-in manual */