Differences From Artifact [df4af05b56]:
- File nano.c — part of check-in [75fb6dcec1] at 2019-01-22 17:46:21 on branch trunk — Treat all failures from getaddrinfo() as an empty list, rather than an error (user: rkeene, size: 20618) [annotate] [blame] [check-ins using]
To Artifact [3c4ff0173f]:
- File nano.c — part of check-in [f61852edde] at 2019-01-23 07:36:52 on branch trunk — Support getaddrinfo() checks on Windows (user: rkeene, size: 20725) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | + + + + + + + | /* XXX:TODO: OpenMP support is currently incomplete */ #undef NANO_TCL_HAVE_OPENMP #ifdef HAVE_WS2TCPIP_H # include <ws2tcpip.h> #endif #ifdef HAVE_WINDOWS_H # include <windows.h> #endif #include <stdint.h> #include <limits.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <tcl.h> |
︙ |