diff options
| author | fukachan <fukachan> | 2002-04-14 14:15:05 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-14 14:15:05 +0000 |
| commit | bf8ad82ebc0fdb7a082f6970b06300b64c3d19b3 (patch) | |
| tree | 04745b027ffb9d4101e07d51625ef1dd2161810f /fml | |
| parent | 49fce173d6e7ee4bdfd49ad24f682f951269b537 (diff) | |
| download | fml8-bf8ad82ebc0fdb7a082f6970b06300b64c3d19b3.tar.gz fml8-bf8ad82ebc0fdb7a082f6970b06300b64c3d19b3.tar.bz2 fml8-bf8ad82ebc0fdb7a082f6970b06300b64c3d19b3.zip | |
define $have_fork
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/src/config.cf.ja/system_dependence.cf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.ja/system_dependence.cf b/fml/etc/src/config.cf.ja/system_dependence.cf index 017e6cd3..e6081778 100644 --- a/fml/etc/src/config.cf.ja/system_dependence.cf +++ b/fml/etc/src/config.cf.ja/system_dependence.cf @@ -28,3 +28,8 @@ has_alarm = yes # Examples: has_select = yes +# Descriptions: fork(2) があるか? +# History: +# Value: yes / no +# Examples: +has_fork = yes |
