|
268 | 268 | /* #undef HAVE_LONG_INT_64 */
|
269 | 269 |
|
270 | 270 | /* Define to 1 if the system has the type `long long int'. */
|
271 |
| -#if (_MSC_VER > 1200) |
272 | 271 | #define HAVE_LONG_LONG_INT 1
|
273 |
| -#endif |
274 | 272 |
|
275 | 273 | /* Define to 1 if `long long int' works and is 64 bits. */
|
276 |
| -#if (_MSC_VER > 1200) |
277 | 274 | #define HAVE_LONG_LONG_INT_64 1
|
278 |
| -#endif |
279 | 275 |
|
280 | 276 | /* Define to 1 if you have the `mbstowcs_l' function. */
|
281 | 277 | #define HAVE_MBSTOWCS_L 1
|
|
347 | 343 | /* #undef HAVE_READLINK */
|
348 | 344 |
|
349 | 345 | /* Define to 1 if you have the `rint' function. */
|
350 |
| -#if (_MSC_VER >= 1800) |
351 | 346 | #define HAVE_RINT 1
|
352 |
| -#endif |
353 |
| - |
354 | 347 |
|
355 | 348 | /* Define to 1 if you have the global variable
|
356 | 349 | 'rl_completion_append_character'. */
|
|
387 | 380 | #define HAVE_SSL_GET_CURRENT_COMPRESSION 1
|
388 | 381 |
|
389 | 382 | /* Define to 1 if stdbool.h conforms to C99. */
|
390 |
| -#if (_MSC_VER >= 1800) |
391 | 383 | #define HAVE_STDBOOL_H 1
|
392 |
| -#endif |
393 | 384 |
|
394 | 385 | /* Define to 1 if you have the <stdint.h> header file. */
|
395 | 386 | /* #undef HAVE_STDINT_H */
|
|
415 | 406 | /* Define to 1 if you have the `strtoll' function. */
|
416 | 407 | #ifdef HAVE_LONG_LONG_INT_64
|
417 | 408 | #define HAVE_STRTOLL 1
|
418 |
| -/* Before VS2013, use Microsoft's nonstandard equivalent function */ |
419 |
| -#if (_MSC_VER < 1800) |
420 |
| -#define strtoll _strtoi64 |
421 |
| -#endif |
422 | 409 | #endif
|
423 | 410 |
|
424 | 411 | /* Define to 1 if you have the `strtoull' function. */
|
425 | 412 | #ifdef HAVE_LONG_LONG_INT_64
|
426 | 413 | #define HAVE_STRTOULL 1
|
427 |
| -/* Before VS2013, use Microsoft's nonstandard equivalent function */ |
428 |
| -#if (_MSC_VER < 1800) |
429 |
| -#define strtoull _strtoui64 |
430 |
| -#endif |
431 | 414 | #endif
|
432 | 415 |
|
433 | 416 | /* Define to 1 if the system has the type `struct addrinfo'. */
|
434 |
| -#if (_MSC_VER > 1200) |
435 | 417 | #define HAVE_STRUCT_ADDRINFO 1
|
436 |
| -#endif |
437 | 418 |
|
438 | 419 | /* Define to 1 if the system has the type `struct cmsgcred'. */
|
439 | 420 | /* #undef HAVE_STRUCT_CMSGCRED */
|
|
445 | 426 | /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
|
446 | 427 |
|
447 | 428 | /* Define to 1 if the system has the type `struct sockaddr_storage'. */
|
448 |
| -#if (_MSC_VER > 1200) |
449 | 429 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
|
450 |
| -#endif |
451 | 430 |
|
452 | 431 | /* Define to 1 if `ss_family' is member of `struct sockaddr_storage'. */
|
453 |
| -#if (_MSC_VER > 1200) |
454 | 432 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
|
455 |
| -#endif |
456 | 433 |
|
457 | 434 | /* Define to 1 if `ss_len' is member of `struct sockaddr_storage'. */
|
458 | 435 | /* #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_LEN */
|
|
710 | 687 | /* #undef USE_PAM */
|
711 | 688 |
|
712 | 689 | /* Define to 1 to use software CRC-32C implementation (slicing-by-8). */
|
713 |
| -#if (_MSC_VER < 1500) |
714 |
| -#define USE_SLICING_BY_8_CRC32C 1 |
715 |
| -#endif |
| 690 | +/* #undef USE_SLICING_BY_8_CRC32C */ |
716 | 691 |
|
717 | 692 | /* Define to 1 use Intel SSE 4.2 CRC instructions. */
|
718 | 693 | /* #undef USE_SSE42_CRC32C */
|
719 | 694 |
|
720 | 695 | /* Define to 1 to use Intel SSE 4.2 CRC instructions with a runtime check. */
|
721 |
| -#if (_MSC_VER >= 1500) |
722 | 696 | #define USE_SSE42_CRC32C_WITH_RUNTIME_CHECK
|
723 |
| -#endif |
724 | 697 |
|
725 | 698 | /* Define to select SysV-style semaphores. */
|
726 | 699 | /* #undef USE_SYSV_SEMAPHORES */
|
|
758 | 731 | /* Define to keyword to use for C99 restrict support, or to nothing if this is
|
759 | 732 | not supported */
|
760 | 733 | /* Works for C and C++ in Visual Studio 2008 and upwards */
|
761 |
| -#if (_MSC_VER >= 1500) |
762 | 734 | #define pg_restrict __restrict
|
763 |
| -#else |
764 |
| -#define pg_restrict |
765 |
| -#endif |
766 | 735 |
|
767 | 736 | /* Define to the equivalent of the C99 'restrict' keyword, or to
|
768 | 737 | nothing if this is not supported. Do not define if restrict is
|
|
0 commit comments