#include #include const int sigs[] = { SIGABRT, SIGALRM, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGPIPE, SIGQUIT, SIGSEGV, SIGSYS, SIGTERM, SIGTRAP, SIGTSTP, SIGVTALRM, SIGXCPU, SIGXFSZ }; #define BUFFER_SIZE 100 #define DEFAULT_PATH "./acccre.sock" typedef uint16_t acccre_size_t;