cmake HAVE_STRUCT_VFSCONF examples

libarchive/libarchive CMakeLists.txt :1579

CHECK_C_SOURCE_COMPILES(
  "#include <sys/types.h>\n#include <sys/mount.h>\nint main(void) { struct vfsconf v; return sizeof(v);}"
  HAVE_STRUCT_VFSCONF)