view h/local.h @ 10:a6481689f99c

*** empty log message ***
author kono
date Wed, 06 Dec 2006 03:17:53 +0900
parents bce86c4163a3
children 441a2190cfae
line wrap: on
line source

/* local.h - fine the -lndir include file */
/* @(#)$Id$ */

#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>