5#ifndef HEPHAESTUS_HEPHAESTUS_H
6#define HEPHAESTUS_HEPHAESTUS_H
18#ifdef _FILE_OFFSET_BITS
19#undef _FILE_OFFSET_BITS
33#define hhh_MAX_CHECKPOINTS 10
36#define hhh_HASHTABLE_MINSIZE 4096
43#define hhh_TRACEDEPTH 20
45#define hhh_SYSTEMOFF 3
47#define hhh_BACKTRACE_SIZE (hhh_TRACEDEPTH - hhh_SYSTEMOFF)
50#define hhh_SYMBOL_BUFLEN 2048
56#if defined(__GLIBC__) && !__GLIBC_PREREQ(2, 34)
57# define HAVE_MALLOC_HOOKS 1
59# define HAVE_MALLOC_HOOKS 0
Some additional feature test macros.