1KRB5_IS_THREAD_SAFE(3) BSD Library Functions Manual KRB5_IS_THREAD_SAFE(3)
2
4 krb5_is_thread_safe — is the Kerberos library compiled with multithread
5 support
6
8 Kerberos 5 Library (libkrb5, -lkrb5)
9
11 #include <krb5.h>
12
13 krb5_boolean
14 krb5_is_thread_safe(void);
15
17 krb5_is_thread_safe returns TRUE if the library was compiled with with
18 multithread support. If the library isn't compiled, the consumer have to
19 use a global lock to make sure Kerboros functions are not called at the
20 same time by different threads.
21
23 krb5_create_checksum(3), krb5_encrypt(3)
24
25HEIMDAL May 5, 2006 HEIMDAL