nssh.inc 489 B

12345678910111213141516171819
  1. type
  2. nss_status =
  3. (
  4. NSS_STATUS_TRYAGAIN := -2,
  5. NSS_STATUS_UNAVAIL := -1,
  6. NSS_STATUS_NOTFOUND := 0,
  7. NSS_STATUS_SUCCESS := 1,
  8. NSS_STATUS_RETURN := 2
  9. );
  10. function __nss_configure_lookup(__dbname:Pchar; __string:Pchar):longint;cdecl;external clib name '__nss_configure_lookup';
  11. { ---------------------------------------------------------------------
  12. Borland compatibility types
  13. ---------------------------------------------------------------------}
  14. // Type