Current Path : /usr/src/contrib/ntp/include/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/contrib/ntp/include/ntp_malloc.h |
/* * 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 */