summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.en/system_dependence.cf
diff options
context:
space:
mode:
Diffstat (limited to 'fml/etc/src/config.cf.en/system_dependence.cf')
-rw-r--r--fml/etc/src/config.cf.en/system_dependence.cf35
1 files changed, 35 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/system_dependence.cf b/fml/etc/src/config.cf.en/system_dependence.cf
new file mode 100644
index 00000000..f797f092
--- /dev/null
+++ b/fml/etc/src/config.cf.en/system_dependence.cf
@@ -0,0 +1,35 @@
+=head1 system dependence (incompatibility against BSD)
+
+#
+# XXX we assume NetBSD by default.
+#
+
+# Descriptions: has getpwuid(2) ?
+# History:
+# Value: yes / no
+# Examples:
+has_getpwuid = yes
+
+# Descriptions: has getpwgid(2) ?
+# History:
+# Value: yes / no
+# Examples:
+has_getpwgid = yes
+
+# Descriptions: has alarm(2) ?
+# History:
+# Value: yes / no
+# Examples:
+has_alarm = yes
+
+# Descriptions: has select(2) ?
+# History:
+# Value: yes / no
+# Examples:
+has_select = yes
+
+# Descriptions: has fork(2) ?
+# History:
+# Value: yes / no
+# Examples:
+has_fork = yes