cmake HAVE_STRUCT_XVFSCONF examples

libarchive/libarchive CMakeLists.txt :1583

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