source: trunk/third/xntp/include/ntp_malloc.h @ 10832

Revision 10832, 309 bytes checked in by brlewis, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10831, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Define malloc and friends.
3 */
4#ifndef  _ntp_malloc_h
5#define  _ntp_malloc_h
6
7#ifdef HAVE_CONFIG_H
8# include <config.h>
9#endif
10
11#ifdef HAVE_STDLIB_H
12# include <stdlib.h>
13#else /* HAVE_STDLIB_H */
14# ifdef HAVE_MALLOC_H
15#  include <malloc.h>
16# endif
17#endif /* HAVE_STDLIB_H */
18
19#endif /* _ntp_malloc_h */
Note: See TracBrowser for help on using the repository browser.