blob: 900fc377582824700d18723313b440250b24a172 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
KRB5-CONFIG(1) BSD General Commands Manual KRB5-CONFIG(1)
NNAAMMEE
kkrrbb55--ccoonnffiigg -- give information on how to link code against Heimdal
libraries
SSYYNNOOPPSSIISS
kkrrbb55--ccoonnffiigg [----pprreeffiixx[=_d_i_r]] [----eexxeecc--pprreeffiixx[=_d_i_r]] [----lliibbss] [----ccffllaaggss]
[_l_i_b_r_a_r_i_e_s]
DDEESSCCRRIIPPTTIIOONN
kkrrbb55--ccoonnffiigg tells the application programmer what special flags to use to
compile and link programs against the libraries installed by Heimdal.
Options supported:
----pprreeffiixx[=_d_i_r]
Print the prefix if no _d_i_r is specified, otherwise set prefix to
_d_i_r.
----eexxeecc--pprreeffiixx[=_d_i_r]
Print the exec-prefix if no _d_i_r is specified, otherwise set exec-
prefix to _d_i_r.
----lliibbss Output the set of libraries that should be linked against. This
also includes rpath flags with the expectation that the C com-
piler is used for final link-edits.
----ccffllaaggss
Output the set of flags to give to the C compiler when using the
Heimdal libraries.
By default kkrrbb55--ccoonnffiigg will output the set of flags and libraries to be
used by a normal program using the krb5 API. The user can also supply a
library to be used, the supported ones are:
krb5 (the default)
gssapi use the krb5 gssapi mechanism
kadm-client
use the client-side kadmin libraries
kadm-server
use the server-side kadmin libraries
SSEEEE AALLSSOO
cc(1)
HHIISSTTOORRYY
kkrrbb55--ccoonnffiigg appeared in Heimdal 0.3d.
HEIMDAL November 30, 2000 HEIMDAL
|