cmake HAVE_WORKING_IF_H examples

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

CHECK_C_SOURCE_COMPILES("
#include <netlink/route/link.h>
#include <net/if.h>
 int main(int argc,const char *argv[]) {return 0;}"
    HAVE_WORKING_IF_H)