diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2018-10-29 13:22:42 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2018-10-29 13:22:42 -0400 |
commit | 7f53228719a0111e41c66da6c9c3b2ed1fd2aab9 (patch) | |
tree | 85d0315bbae452997fdac02144d5c1044b707375 /gdb/config.in | |
parent | 30a7953dbfe3659c7bdc5b9b4c96f46903cb0254 (diff) | |
download | gdb-7f53228719a0111e41c66da6c9c3b2ed1fd2aab9.zip gdb-7f53228719a0111e41c66da6c9c3b2ed1fd2aab9.tar.gz gdb-7f53228719a0111e41c66da6c9c3b2ed1fd2aab9.tar.bz2 |
Revert "GDB: Only build for "unix:" connections if AF_LOCAL is supported."
This reverts commit 98a17ece013cb94cd602496b9efb92b8816b3953.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index a9d7edc2..f0d1414 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -68,9 +68,6 @@ /* Define if self-testing features should be enabled */ #undef GDB_SELF_TEST -/* Define to 1 if AF_LOCAL is defined or declared by sys/socket.h. */ -#undef HAVE_AF_LOCAL - /* Define to 1 if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA |