/contrib/ntp/include/ntp_malloc.h
https://bitbucket.org/freebsd/freebsd-head/ · C++ Header · 19 lines · 13 code · 3 blank · 3 comment · 0 complexity · cdf60a9e29fc1a06d737ab595064e2ad MD5 · raw file
- /*
- * Define malloc and friends.
- */
- #ifndef _ntp_malloc_h
- #define _ntp_malloc_h
- #ifdef HAVE_CONFIG_H
- # include <config.h>
- #endif
- #ifdef HAVE_STDLIB_H
- # include <stdlib.h>
- #else /* HAVE_STDLIB_H */
- # ifdef HAVE_MALLOC_H
- # include <malloc.h>
- # endif
- #endif /* HAVE_STDLIB_H */
- #endif /* _ntp_malloc_h */