view h/local.h @ 17:76d91e545ea8 default tip

addrsbr and dtimep fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 24 Nov 2014 14:49:25 +0900
parents 441a2190cfae
children
line wrap: on
line source

/* local.h - fine the -lndir include file */
/* @(#)$Id: local.h,v 1.1.1.1 2005/04/18 14:46:04 kono Exp $ */

#ifndef	BSD42
#include <sys/types.h>
#else	/* BSD42 */
#include <sys/param.h>
#endif

#ifndef	BSD42
#ifndef NDIR
#ifndef	SYS5DIR
#include <dir.h>		/* last choice */
#endif
#endif
#endif
#ifdef	SYS5DIR
#include <dirent.h>
#endif
#ifdef	NDIR
#include <ndir.h>
#endif
#if defined(BSD42) && !defined(SYS5DIR)
#include <sys/dir.h>
#endif

#include <sys/stat.h>