blob: 017e6cd3d6012efd610751ad510beeff41a54747 (
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
|
=head1 �����ƥ��¸ (��� BSD �Ȥ���ߴ����Ҥ��Ƥ���)
#
# ����: �ǥե�����Ȥ� NetBSD
#
# Descriptions: getpwuid(2) �����뤫��
# History:
# Value: yes / no
# Examples:
has_getpwuid = yes
# Descriptions: getpwgid(2) �����뤫��
# History:
# Value: yes / no
# Examples:
has_getpwgid = yes
# Descriptions: alarm(2) �����뤫��
# History:
# Value: yes / no
# Examples:
has_alarm = yes
# Descriptions: select(2) �����뤫��
# History:
# Value: yes / no
# Examples:
has_select = yes
|