Return to global.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitrpc / inc |
version 1.6, 2012/05/14 08:39:05 | version 1.9, 2013/03/07 23:10:50 |
---|---|
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 <poll.h> |
#include <syslog.h> | #include <syslog.h> |
Line 70 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" |