2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 18:08:16 +00:00
kea/compiler-checks/have-gss-str-to-oid.cc

8 lines
107 B
C++
Raw Normal View History

2025-03-11 02:11:27 +01:00
#include <gssapi/gssapi.h>
bool foo() { return (gss_str_to_oid(0, 0, 0)); }
int main() {
return 0;
}