blob: 3c68c85f8bfa317a03c5c5a791fb3c794126367e (
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_OR_NO
# Examples:
system_has_getpwuid = yes
# Descriptions: has getpwgid(2) ?
# History:
# Value: YES_OR_NO
# Examples:
system_has_getpwgid = yes
# Descriptions: has alarm(2) ?
# History:
# Value: YES_OR_NO
# Examples:
system_has_alarm = yes
# Descriptions: has select(2) ?
# History:
# Value: YES_OR_NO
# Examples:
system_has_select = yes
# Descriptions: has fork(2) ?
# History:
# Value: YES_OR_NO
# Examples:
system_has_fork = yes
|