Mercurial > hg > Applications > mh
view h/local.h @ 7:c20e4181370f
utf-8 input assumption in case of base64/utf-8
author | kono |
---|---|
date | Sun, 04 Dec 2005 02:30:39 +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>