version 1.8, 2022/09/26 19:39:23
|
version 1.11, 2025/09/26 16:01:58
|
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 - 2022 | Copyright 2004 - 2025 |
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 63 SUCH DAMAGE.
|
Line 63 SUCH DAMAGE.
|
#include <ifaddrs.h> |
#include <ifaddrs.h> |
#include <assert.h> |
#include <assert.h> |
#include <paths.h> |
#include <paths.h> |
|
#include <stdatomic.h> |
|
#include <stdalign.h> |
#include <sys/types.h> |
#include <sys/types.h> |
#ifndef __linux__ |
#ifndef __linux__ |
#include <sys/stdint.h> |
#include <sys/stdint.h> |
Line 78 SUCH DAMAGE.
|
Line 80 SUCH DAMAGE.
|
#if !defined(__OpenBSD__) && !defined(__linux__) |
#if !defined(__OpenBSD__) && !defined(__linux__) |
#include <sys/endian.h> |
#include <sys/endian.h> |
#endif |
#endif |
#ifdef HAVE_BSD_STRING_H |
|
#include <bsd/string.h> |
|
#endif |
|
|
|
#include "elwix/apatricia.h" |
|
#include "elwix.h" |
#include "elwix.h" |
#include "defs.h" |
#include "defs.h" |
|
|