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