Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."

This reverts commit 98a17ece01.
This commit is contained in:
Simon Marchi
2018-10-29 13:22:42 -04:00
parent 30a7953dbf
commit 7f53228719
5 changed files with 0 additions and 44 deletions

View File

@@ -145,9 +145,7 @@ parse_connection_spec (const char *spec, struct addrinfo *hint)
{ "tcp4:", AF_INET, SOCK_STREAM },
{ "udp6:", AF_INET6, SOCK_DGRAM },
{ "tcp6:", AF_INET6, SOCK_STREAM },
#if HAVE_AF_LOCAL
{ "unix:", AF_LOCAL, SOCK_STREAM },
#endif
};
for (const host_prefix prefix : prefixes)