version 1.1, 2013/01/17 10:05:35
|
version 1.7, 2017/01/09 12:53: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, 2012, 2013 | Copyright 2004 - 2017 |
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 60 SUCH DAMAGE.
|
Line 60 SUCH DAMAGE.
|
#include <ctype.h> |
#include <ctype.h> |
#include <netdb.h> |
#include <netdb.h> |
#include <pthread.h> |
#include <pthread.h> |
|
#include <ifaddrs.h> |
#include <assert.h> |
#include <assert.h> |
|
#include <paths.h> |
#include <sys/types.h> |
#include <sys/types.h> |
#include <sys/param.h> | #ifndef __linux__ |
#include <sys/stdint.h> |
#include <sys/stdint.h> |
#include <sys/queue.h> | #else |
#ifndef __OpenBSD__ | #include <stdint.h> |
| #include <net/if_arp.h> |
| #endif |
| #include <sys/param.h> |
| #include <sys/wait.h> |
| #include <sys/ioctl.h> |
| #include <sys/socket.h> |
| #include <net/if.h> |
| #if !defined(__OpenBSD__) && !defined(__linux__) |
#include <sys/endian.h> |
#include <sys/endian.h> |
#endif |
#endif |
|
|