Return to global.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / inc |
version 1.1.1.1.2.4, 2012/05/10 08:52:16 | version 1.5, 2012/07/22 22:02:44 |
---|---|
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 | Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 |
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 57 SUCH DAMAGE. | Line 57 SUCH DAMAGE. |
#include <assert.h> | #include <assert.h> |
#include <limits.h> | #include <limits.h> |
#include <sys/types.h> | #include <sys/types.h> |
#include <sys/filio.h> | |
#include <sys/time.h> | |
#include <sys/ioctl.h> | |
#include <sys/socket.h> | #include <sys/socket.h> |
#include <netinet/in.h> | #include <netinet/in.h> |
#include <arpa/inet.h> | #include <arpa/inet.h> |