| 1 | /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying |
| 2 | file LICENSE.rst or https://cmake.org/licensing for details. */ |
| 3 | |
| 4 | #if !defined(_WIN32) && !defined(__sun) && !defined(__OpenBSD__) |
nothing calls this directly
no test coverage detected