NSLDAPI_CTIME
#define NSLDAPI_CTIME( c, b, l ) ctime( c )
#define NSLDAPI_CTIME( c, b, l ) ctime( c )
#define NSLDAPI_CTIME( c, b, l ) nsldapi_compat_ctime_r( c, b, l )
#define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b )
#define NSLDAPI_CTIME( c, b, l ) (ctime_r( c, b, l ) ? NULL : b)
#define NSLDAPI_CTIME( c, b, l ) ctime_r( c, b, l )