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