ntp_malloc.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
/*
* Copyright (c) 1996 by Sun Microsystems, Inc.
* All Rights Reserved.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* 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 */