* examples/Makefile.am: add echosrv.c.
* examples/echosrv.c: New file. * include/mailutils/Makefile.am: Add server.h. * include/mailutils/server.h: New file. * include/mailutils/acl.h (mu_acl_t): Move to types.hin * include/mailutils/types.hin (mu_acl_t,mu_server_t) (mu_tcp_server_t): New types. * mailbox/Makefile.am: Add server.c and tcpsrv.c. * mailbox/server.c: New file. * mailbox/tcpsrv.c: New file. * mailbox/acl.c: Include <sys/wait.h> Rename all `sin' and `sun' to avoid name clashes. * mailbox/errors (MU_ERR_LOCK_EXT_FAIL): Do not abbreviate anything in error description.
Showing
12 changed files
with
947 additions
and
16 deletions
examples/echosrv.c
0 → 100644
include/mailutils/server.h
0 → 100644
mailbox/server.c
0 → 100644
mailbox/tcpsrv.c
0 → 100644
-
Please register or sign in to post a comment