/* $NetBSD: ntp_malloc.h,v 1.1.1.1 2009/12/13 16:54:52 kardel Exp $ */ /* * 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 */