Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / ntp / dist / include / ntp_malloc.h
blob720b2926b050590a4fb650bfe74f94f3650443f8
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
16 # ifdef HAVE_MALLOC_H
17 # include <malloc.h>
18 # endif
19 #endif
21 #endif /* NTP_MALLOC_H */