diff options
Diffstat (limited to 'doc/PORTABILITY')
-rw-r--r-- | doc/PORTABILITY | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/PORTABILITY b/doc/PORTABILITY new file mode 100644 index 0000000..fec5deb --- /dev/null +++ b/doc/PORTABILITY @@ -0,0 +1,7 @@ +Most C99 + POSIX systems should be supported. Windows is not, since it does not +support Unix-style events, and (although this is a minor concern) it does not +support sendmsg and recvmsg. + +In addition, since this program depends on libev, the portability requirements +of libev must be satisfied: +http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#PORTABILITY_NOTES |