repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
ntp
/
include
/
ntp_malloc.h
blob
60fb6a3c71c120fc9176428bfa2c17e8f5ea481b
1
/* $NetBSD$ */
2
3
/*
4
* Define malloc and friends.
5
*/
6
#ifndef _ntp_malloc_h
7
#define _ntp_malloc_h
8
9
#ifdef HAVE_CONFIG_H
10
# include <config.h>
11
#endif
12
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 */
20
21
#endif
/* _ntp_malloc_h */