version 1.25.12.2, 2025/08/21 15:40:07
|
version 1.27, 2025/09/26 10:16:59
|
Line 51 SUCH DAMAGE.
|
Line 51 SUCH DAMAGE.
|
#include <assert.h> |
#include <assert.h> |
#include <syslog.h> |
#include <syslog.h> |
#include <stdarg.h> |
#include <stdarg.h> |
|
#include <stdalign.h> |
#include <sys/types.h> |
#include <sys/types.h> |
#include <sys/param.h> |
#include <sys/param.h> |
#include <sys/socket.h> |
#include <sys/socket.h> |
Line 65 SUCH DAMAGE.
|
Line 66 SUCH DAMAGE.
|
#include <netinet/in.h> |
#include <netinet/in.h> |
#include <arpa/inet.h> |
#include <arpa/inet.h> |
|
|
|
#ifndef __cplusplus |
|
#include <stdatomic.h> |
|
#else |
|
#include <atomic> |
|
#define _Atomic(X) std::atomic< X > |
|
#endif |
|
|
#include <elwix/aqueue.h> |
#include <elwix/aqueue.h> |
#include <elwix/atree.h> |
#include <elwix/atree.h> |
#include <elwix/ampool.h> |
#include <elwix/ampool.h> |
Line 82 SUCH DAMAGE.
|
Line 90 SUCH DAMAGE.
|
#include <elwix/ajson.h> |
#include <elwix/ajson.h> |
#include <elwix/aiov.h> |
#include <elwix/aiov.h> |
#include <elwix/aindex.h> |
#include <elwix/aindex.h> |
|
#include <elwix/aring.h> |
|
|
|
|
#ifndef STRSIZ |
#ifndef STRSIZ |