aboutsummaryrefslogtreecommitdiff
path: root/mfd/status.mfi
blob: c465522c3e090675e76303327a019075fbc6e92c (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
30
31
32
33
TEMPLATE #

# Socket families

const FAMILY_STDIO 0
const FAMILY_UNIX  1
const FAMILY_INET  2

# Exception codes

%{const e_%NAME %CODE%}

# `Status' definitions definitions
const success      e_success
const not_found    e_not_found
const failure      e_failure
const temp_failure e_temp_failure

# Backward-compatible definitions
m4_ifdef(`OLD_EXCEPTION_CODES',`
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_io
const macroundef   e_macroundef
')

Return to:

Send suggestions and report system problems to the System administrator.