|
version 1.28, 2025/09/26 16:01:58
|
version 1.30, 2026/02/10 17:50:00
|
|
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 - 2025 | Copyright 2004 - 2026 |
| 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 56 SUCH DAMAGE.
|
Line 56 SUCH DAMAGE.
|
| #include <sys/param.h> |
#include <sys/param.h> |
| #include <sys/socket.h> |
#include <sys/socket.h> |
| #include <sys/un.h> |
#include <sys/un.h> |
| |
#include <stdatomic.h> |
| #ifndef __linux__ |
#ifndef __linux__ |
| #include <sys/limits.h> |
#include <sys/limits.h> |
| #include <sys/endian.h> |
#include <sys/endian.h> |
|
Line 84 SUCH DAMAGE.
|
Line 85 SUCH DAMAGE.
|
| #include <elwix/aiov.h> |
#include <elwix/aiov.h> |
| #include <elwix/aindex.h> |
#include <elwix/aindex.h> |
| #include <elwix/aring.h> |
#include <elwix/aring.h> |
| |
#include <elwix/auuid.h> |
| |
|
| |
|
| #ifndef STRSIZ |
#ifndef STRSIZ |