summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-06-19 23:26:28 +0200
committerStefan Metzmacher <metze@samba.org>2020-06-19 23:26:28 +0200
commit49aeafa2c530e35a43358977766899d45a0c8b28 (patch)
tree6eac344a0ef4ccd11fd2244f112c1158958952e1 /ConfigureChecks.cmake
parenta6f95ed59e2bc5a5d732738be7046e1e8422fb26 (diff)
downloadsocket_wrapper-49aeafa2c530e35a43358977766899d45a0c8b28.tar.gz
socket_wrapper-49aeafa2c530e35a43358977766899d45a0c8b28.tar.xz
socket_wrapper-49aeafa2c530e35a43358977766899d45a0c8b28.zip
Revert "socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports it"
This reverts commit 300de6e099ea82ee5361918de8c3abb389e0782d. This got merged automatically by gitlab without review. Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 4a2f55e..4d5adc4 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -43,7 +43,6 @@ int main(void){ return 0; }
endif(CMAKE_COMPILER_IS_GNUCC AND NOT MINGW AND NOT OS2)
# HEADERS
-check_include_file(netinet/tcp_fsm.h HAVE_NETINET_TCP_FSM_H)
check_include_file(sys/filio.h HAVE_SYS_FILIO_H)
check_include_file(sys/signalfd.h HAVE_SYS_SIGNALFD_H)
check_include_file(sys/eventfd.h HAVE_SYS_EVENTFD_H)