Go to the documentation of this file. 1 #ifndef __SECPWD_PLATFORM_
2 #define __SECPWD_PLATFORM_
34 #if defined(__linux__) || defined(__GNU__) || (defined(__FreeBSD_kernel__) && defined(__GLIBC__)) || defined(__solaris__)
37 #if defined(__osf__) || defined(__sgi) || defined(__APPLE__)
38 extern "C" char *crypt(
const char *,
const char *);