blob: 6e406244d04ed2d697fcd531327e786400080eac (
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 �����ƥ��¸ (��� BSD �Ȥ���ߴ����Ҥ��Ƥ���)
#
# ����: �ǥե�����Ȥ� NetBSD
#
# Descriptions: getpwuid(2) �����뤫��
# History:
# Value: YES_OR_NO
# Examples:
system_has_getpwuid = yes
# Descriptions: getpwgid(2) �����뤫��
# History:
# Value: YES_OR_NO
# Examples:
system_has_getpwgid = yes
# Descriptions: alarm(2) �����뤫��
# History:
# Value: YES_OR_NO
# Examples:
system_has_alarm = yes
# Descriptions: select(2) �����뤫��
# History:
# Value: YES_OR_NO
# Examples:
system_has_select = yes
# Descriptions: fork(2) �����뤫��
# History:
# Value: YES_OR_NO
# Examples:
system_has_fork = yes
|