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