CTSRD-CHERI/cheribsd
contrib/libpcap/CMakeLists.txt
:1005
check_c_source_compiles(
"#include <netdb.h>
int
main(void)
{
struct protoent protoent_buf;
char buf[1024];
struct protoent *resultp;
return getprotobyname_r((const char *)0, &protoent_buf, buf, sizeof buf, &resultp);
}
"
HAVE_LINUX_GETPROTOBYNAME_R)