2001-11-30 09:26:47 -08:00
|
|
|
#ifndef _DIRENT_H_
|
|
|
|
#define _DIRENT_H_
|
2000-02-17 11:39:52 -08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
#include <sys/dirent.h>
|
2000-11-21 15:57:25 -08:00
|
|
|
|
|
|
|
#if !defined(MAXNAMLEN) && !defined(_POSIX_SOURCE)
|
|
|
|
#define MAXNAMLEN 1024
|
|
|
|
#endif
|
|
|
|
|
2000-02-17 11:39:52 -08:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
2001-11-30 09:26:47 -08:00
|
|
|
#endif /*_DIRENT_H_*/
|