Return to global.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libaitmqtt / inc |
version 1.1, 2012/01/26 13:07:33 | version 1.4.2.1, 2012/07/22 22:02:16 |
---|---|
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 53 SUCH DAMAGE. | Line 53 SUCH DAMAGE. |
#include <string.h> | #include <string.h> |
#include <unistd.h> | #include <unistd.h> |
#include <errno.h> | #include <errno.h> |
#include <poll.h> | |
#include <assert.h> | #include <assert.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> |
Line 62 SUCH DAMAGE. | Line 67 SUCH DAMAGE. |
#include "config.h" | #include "config.h" |
#include "aitmqtt.h" | #include "aitmqtt.h" |
#include "mqttapi.h" | |
#include "defs.h" | #include "defs.h" |