Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / ntp / include / ntp_malloc.h
blob60fb6a3c71c120fc9176428bfa2c17e8f5ea481b
1 /* $NetBSD$ */
3 /*
4 * Define malloc and friends.
5 */
6 #ifndef _ntp_malloc_h
7 #define _ntp_malloc_h
9 #ifdef HAVE_CONFIG_H
10 # include <config.h>
11 #endif
13 #ifdef HAVE_STDLIB_H
14 # include <stdlib.h>
15 #else /* HAVE_STDLIB_H */
16 # ifdef HAVE_MALLOC_H
17 # include <malloc.h>
18 # endif
19 #endif /* HAVE_STDLIB_H */
21 #endif /* _ntp_malloc_h */