mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-20 17:40:52 +00:00
- Initial nmake file based off library nmake file - Cast socket call arguments to (char *) - Use wrapper sclose() that maps to closesocket() or close() - Build a config.h indicating presence of headers - Conditionally include netdb.h - Remove unnecessary include of sys/socket.h - Force longer bitmask for allocation failure tracking - Call WSAStartup() / WSACleanup() in main() - Set TCP_NODELAY for mock server - Turn on tests in AppVeyor build
11 lines
116 B
Plaintext
11 lines
116 B
Plaintext
*.o
|
|
libgtest.a
|
|
libgmock.a
|
|
arestest
|
|
aresfuzz
|
|
arestest.log
|
|
arestest.trs
|
|
test-suite.log
|
|
fuzzoutput
|
|
config.h.in
|
|
config.h |