aboutsummaryrefslogtreecommitdiff
path: root/src/status.mfi
blob: 40ac06fbb668488aad98f2b6058667f558f44823 (plain)
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
TEMPLATE #

# Socket families

const FAMILY_STDIO 0
const FAMILY_UNIX  1
const FAMILY_INET  2

# Exception codes

%{const e_%NAME %CODE%}

# Backward-compatible definitions
const success      e_success
const not_found    e_not_found
const failure      e_failure
const temp_failure e_temp_failure
const ston_conv    e_ston_conv 
const divzero	   e_divzero   
const regcomp	   e_regcomp   
const invip	   e_invip     
const invcidr	   e_invcidr   
const invtime	   e_invtime   
const dbfailure	   e_dbfailure 
const range	   e_range     
const url	   e_url       
const noresolve	   e_noresolve 
const ioerr	   e_ioerr     
const macroundef   e_macroundef

Return to:

Send suggestions and report system problems to the System administrator.