{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1741832146,"commit_time":1741862214,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"b70357c5f364e9dd6cc41ccb8bc0ca25f409fe34","message":"resolve: fix building without Unix sockets and `CURLDEBUG`\n\n```\nIn file included from server_bundle.c:7:\n../../../tests/server/resolve.c:110:5: error: unknown type name 'curl_socket_t'; did you mean 'curl_socklen_t'?\n    curl_socket_t s = socket(PF_INET6, SOCK_DGRAM, 0);\n    ^~~~~~~~~~~~~\n    curl_socklen_t\n../../../include/curl/system.h:392:38: note: 'curl_socklen_t' declared here\n  typedef CURL_TYPEOF_CURL_SOCKLEN_T curl_socklen_t;\n                                     ^\nIn file included from server_bundle.c:7:\n../../../tests/server/resolve.c:111:13: error: use of undeclared identifier 'CURL_SOCKET_BAD'\n    if(s == CURL_SOCKET_BAD)\n            ^\n```\nRef: https://github.com/curl/curl/actions/runs/13825438937/job/38679418428?pr=15000#step:14:47\n\nCherry-picked from #15000\nCloses #16700\n","parents":["533ba0089b6ba9d8e7fbf89bb151e4e40459e658"],"tree_hash":"83e6faebfe9de1b475bc562995dc879947d9c071"}