cmake HAVE_STRUCT_CMSGHDR examples

obgm/libcoap CMakeLists.txt :319

message(STATUS "setting HAVE_STRUCT_CMSGHDR")

obgm/libcoap CMakeLists.txt :323

check_symbol_exists(
    CMSG_FIRSTHDR
    sys/socket.h
    HAVE_STRUCT_CMSGHDR)