diff options
author | lloyd <[email protected]> | 2008-01-31 16:38:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-01-31 16:38:38 +0000 |
commit | 8a0ab0f8508a844d39360e38d0c161d39e91bc67 (patch) | |
tree | 5b23b37cc56e93ec2c20157039381ca63a035036 | |
parent | d8b662914020dfef05411a3fc067659043176020 (diff) |
Mark es_dev as only running on Unix/Unix-like systems. Patch from Joel Low.
Has not been tested on all of the systems listed, and on many of them it
won't be relevant anyway since /dev/random and company only exist on some
of them (Linux, BSDs, recent Solaris, and it looks like recent AIX and
HP-UX as well).
-rw-r--r-- | modules/es_dev/modinfo.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/es_dev/modinfo.txt b/modules/es_dev/modinfo.txt index 3a766013d..6622886af 100644 --- a/modules/es_dev/modinfo.txt +++ b/modules/es_dev/modinfo.txt @@ -9,3 +9,19 @@ modset unix es_dev.h es_dev.cpp </add> + +<os> +aix +beos +cygwin +darwin +freebsd +hpux +irix +linux +netbsd +openbsd +qnx +solaris +tru64 +</os> |