version 1.9.26.1, 2025/09/26 08:58:05
|
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 - 2023 | 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 79 SUCH DAMAGE.
|
Line 81 SUCH DAMAGE.
|
#include <sys/endian.h> |
#include <sys/endian.h> |
#endif |
#endif |
|
|
#ifndef __cplusplus |
|
#include <stdatomic.h> |
|
#else |
|
#include <atomic> |
|
#define _Atomic(X) std::atomic< X > |
|
#endif |
|
|
|
//#include "elwix/apatricia.h" |
|
#include "elwix.h" |
#include "elwix.h" |
#include "defs.h" |
#include "defs.h" |
|
|