diff options
author | Steven Barth <steven@midlink.org> | 2009-03-03 22:44:26 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-03-03 22:44:26 +0000 |
commit | e38c438771d10231e7ce1b74c027b4914acd6c78 (patch) | |
tree | 91ca365e48919d9af60e11ec7564f47538208289 /libs/nixio/README | |
parent | a3079828b4e0c0fabd96dfca87b99a5b5d9529e5 (diff) |
nixio:
Use POSIX file functions
introduce dup()
introduce fork() wait() kill()
more signal interrupt wrappers
more POSIX / UNIX standard compliance
Diffstat (limited to 'libs/nixio/README')
-rw-r--r-- | libs/nixio/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/nixio/README b/libs/nixio/README new file mode 100644 index 000000000..01b836130 --- /dev/null +++ b/libs/nixio/README @@ -0,0 +1,7 @@ +Building: + +With axTLS (standard): +make + +With OpenSSL: +make NIXIO_TLS=openssl |