cmake HAVE_GLIBC_UAPI_COMPAT examples

linux-rdma/rdma-core CMakeLists.txt :411

CHECK_C_SOURCE_COMPILES("
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <linux/in.h>
 #include <linux/in6.h>
 int main(int argc,const char *argv[]) { return 0; }"
  HAVE_GLIBC_UAPI_COMPAT)