diff options
Diffstat (limited to 'gdb/common/netstuff.c')
-rw-r--r-- | gdb/common/netstuff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/common/netstuff.c b/gdb/common/netstuff.c index 56bcdfc..11182c1 100644 --- a/gdb/common/netstuff.c +++ b/gdb/common/netstuff.c @@ -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) |