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