summaryrefslogtreecommitdiff
path: root/packages/base/libc/nssh.inc
blob: f4886e42b726751731f0429db9fe762cfedf9be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

type
  nss_status =
  (
    NSS_STATUS_TRYAGAIN := -2,
    NSS_STATUS_UNAVAIL := -1,
    NSS_STATUS_NOTFOUND := 0,
    NSS_STATUS_SUCCESS := 1,
    NSS_STATUS_RETURN := 2
  );

function __nss_configure_lookup(__dbname:Pchar; __string:Pchar):longint;cdecl;external clib name '__nss_configure_lookup';


{ ---------------------------------------------------------------------
    Borland compatibility types
  ---------------------------------------------------------------------}

// Type