version 1.2.2.4, 2011/06/13 20:27:13
|
version 1.3.4.2, 2014/01/30 01:03:18
|
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 - 2014 |
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 62 SUCH DAMAGE.
|
Line 62 SUCH DAMAGE.
|
#include <poll.h> |
#include <poll.h> |
#include <sched.h> |
#include <sched.h> |
#include <assert.h> |
#include <assert.h> |
|
#include <paths.h> |
#include <sys/types.h> |
#include <sys/types.h> |
#include <sys/param.h> |
#include <sys/param.h> |
#include <sys/stdint.h> |
#include <sys/stdint.h> |
|
#include <sys/endian.h> |
#ifdef HAVE_LIMITS_H |
#ifdef HAVE_LIMITS_H |
#include <sys/limits.h> |
#include <sys/limits.h> |
#endif |
#endif |
Line 77 SUCH DAMAGE.
|
Line 79 SUCH DAMAGE.
|
#ifdef __FreeBSD__ |
#ifdef __FreeBSD__ |
#include <sys/linker.h> |
#include <sys/linker.h> |
#include <sys/module.h> |
#include <sys/module.h> |
|
#include <sys/cfictl.h> |
#endif |
#endif |
#include <sys/mman.h> |
#include <sys/mman.h> |
#include <sys/uio.h> |
#include <sys/uio.h> |
Line 112 SUCH DAMAGE.
|
Line 115 SUCH DAMAGE.
|
#include <net80211/ieee80211_ioctl.h> |
#include <net80211/ieee80211_ioctl.h> |
#endif |
#endif |
#include <openssl/md5.h> |
#include <openssl/md5.h> |
#include <aitio.h> | #include <machine/cpufunc.h> |
| #include <elwix.h> |
#include <aitcfg.h> |
#include <aitcfg.h> |
#include <aitsync.h> |
#include <aitsync.h> |
#include <aitcrc.h> | #include <aitwww.h> |
|
|
#include "config.h" |
#include "config.h" |
|
|