Skip to content

Commit

Permalink
configure.ac: Drop commented out test for socklen_t
Browse files Browse the repository at this point in the history
This is inactive since commit 2bcbdff which is seven years old.
Time to clean this up.

Signed-off-by: Marcelo Roberto Jimenez <[email protected]>
  • Loading branch information
ukleinek authored and mrjimenez committed Nov 19, 2017
1 parent f6fc9f9 commit 154c727
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
4 changes: 0 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -669,10 +669,6 @@ fi
AC_C_CONST
AC_C_BIGENDIAN

# The test for socklen_t was getting it wrong when it exists but is in ws2tcpip.h,
# so we use a new test.
#TYPE_SOCKLEN_T

AC_CHECK_HEADERS([sys/types.h sys/socket.h ws2tcpip.h])
AC_MSG_CHECKING(for socklen_t)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([
Expand Down
64 changes: 0 additions & 64 deletions m4/type_socklen_t.m4

This file was deleted.

0 comments on commit 154c727

Please sign in to comment.