]> The Tcpdump Group git mirrors - libpcap/commit
Use check_type_size() to check for the existence of structures.
authorGuy Harris <[email protected]>
Sat, 20 Jan 2018 20:24:36 +0000 (12:24 -0800)
committerGuy Harris <[email protected]>
Sat, 20 Jan 2018 20:24:36 +0000 (12:24 -0800)
commitebf1963afc60c9495e37feb1c97a6d06b8a39bde
treee145354f2c7e26689925f7acf25fec6561f636e5
parent9bf72506a091c4acbd8b2dc34e876a01ed3f2bfe
Use check_type_size() to check for the existence of structures.

It's slightly cleaner than using check_struct_has_member(), as we don't
have to care about particular members of the structure.
CMakeLists.txt