aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-24 23:09:19 +0100
committerJoão Valverde <j@v6e.pt>2017-10-29 00:20:47 +0000
commit0527747e23f85bb9d3cf4ca69364e615bd22e1e9 (patch)
tree1e81f268d0da7266ab8e68122a8af2f21ba9be0a /ConfigureChecks.cmake
parent18237cfd1513e10bc02599c263fbd855551da628 (diff)
Retire use of getprotobynumber()
Dead weight. If this feature is wanted getprotobynumber() should be called once on startup. Change-Id: I0358bacdc60466f676fa1aab7f4b7c9e588d8d74 Reviewed-on: https://code.wireshark.org/review/24045 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
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 01d4b745bd..4e2f0a01d0 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -108,7 +108,6 @@ if(HAVE_GETOPT_LONG)
check_symbol_exists("optreset" HAVE_OPTRESET)
endif()
endif()
-check_function_exists("getprotobynumber" HAVE_GETPROTOBYNUMBER)
check_function_exists("getifaddrs" HAVE_GETIFADDRS)
check_function_exists("issetugid" HAVE_ISSETUGID)
check_function_exists("mkdtemp" HAVE_MKDTEMP)