Return to global.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc |
version 1.5, 2012/03/15 01:55:32 | version 1.8.6.1, 2013/01/17 16:18:46 |
---|---|
Line 12 terms: | Line 12 terms: |
All of the documentation and software included in the ELWIX and AITNET | All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> | Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 | Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 |
by Michael Pounov <misho@elwix.org>. All rights reserved. | by Michael Pounov <misho@elwix.org>. All rights reserved. |
Redistribution and use in source and binary forms, with or without | Redistribution and use in source and binary forms, with or without |
Line 59 SUCH DAMAGE. | Line 59 SUCH DAMAGE. |
#include <netdb.h> | #include <netdb.h> |
#include <dlfcn.h> | #include <dlfcn.h> |
#include <pthread.h> | #include <pthread.h> |
#include <signal.h> | |
#include <fcntl.h> | #include <fcntl.h> |
#include <poll.h> | |
#include <syslog.h> | #include <syslog.h> |
#include <sys/types.h> | #include <sys/types.h> |
#include <sys/param.h> | #include <sys/param.h> |
Line 69 SUCH DAMAGE. | Line 71 SUCH DAMAGE. |
#include <sys/socket.h> | #include <sys/socket.h> |
#include <sys/un.h> | #include <sys/un.h> |
#include <sys/mman.h> | #include <sys/mman.h> |
#include <sys/queue.h> | |
#include <sys/time.h> | |
#include <netinet/in.h> | #include <netinet/in.h> |
#include <netinet/tcp.h> | |
#include <arpa/inet.h> | #include <arpa/inet.h> |
#include <aitio.h> | #include <elwix.h> |
#include <aitsched.h> | #include <aitsched.h> |
#include <aitcrc.h> | |
#include "aitrpc.h" | #include "aitrpc.h" |
#include "defs.h" | #include "defs.h" |