Change __signed to signed.
[dragonfly.git] / crypto / kerberosIV / lib / auth / afskauthlib / README
1
2 IRIX
3 ----
4
5 The IRIX support is a module that is compatible with Transarc's
6 `afskauthlib.so'.  It should work with all programs that use this
7 library, this should include `login' and `xdm'.
8
9 The interface is not very documented but it seems that you have to copy
10 `libkafs.so', `libkrb.so', and `libdes.so' to `/usr/lib', or build your
11 `afskauthlib.so' statically.
12
13 The `afskauthlib.so' itself is able to reside in `/usr/vice/etc',
14 `/usr/afsws/lib', or the current directory (wherever that is).
15
16 IRIX 6.4 and newer seems to have all programs (including `xdm' and
17 `login') in the N32 object format, whereas in older versions they were
18 O32. For it to work, the `afskauthlib.so' library has to be in the same
19 object format as the program that tries to load it. This might require
20 that you have to configure and build for O32 in addition to the default
21 N32.
22
23 Appart from this it should "just work", there are no configuration
24 files.
25