summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.en/system_dependence.cf
blob: 0bbb53489efefa7a971c855d613168cf88ce0c24 (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
34
35
=head1	system dependence (incompatibility against BSD)

#
# XXX we assume NetBSD by default.
#

# Descriptions: has getpwuid(2) ?
#      History:
#        Value: yes / no
#     Examples:
system_has_getpwuid	=	yes

# Descriptions: has getpwgid(2) ?
#      History:
#        Value: yes / no
#     Examples:
system_has_getpwgid	=	yes

# Descriptions: has alarm(2) ?
#      History:
#        Value: yes / no
#     Examples:
system_has_alarm	=	yes

# Descriptions: has select(2) ?
#      History:
#        Value: yes / no
#     Examples:
system_has_select	=	yes

# Descriptions: has fork(2) ?
#      History:
#        Value: yes / no
#     Examples:
system_has_fork	=	yes