/* * Define malloc and friends. */ #ifndef NTP_MALLOC_H #define NTP_MALLOC_H #ifdef HAVE_CONFIG_H # include #endif #ifdef HAVE_STDLIB_H # include #else # ifdef HAVE_MALLOC_H # include # endif #endif #endif /* NTP_MALLOC_H */