Subversion Repositories Kolibri OS

Rev

Rev 4874 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4349 Serge 1
#ifndef _DIRENT_H_
2
#define _DIRENT_H_
3
#ifdef __cplusplus
4
extern "C" {
5
#endif
6536 serge 6
#include 
4349 Serge 7
#include 
8
 
6536 serge 9
#if !defined(MAXNAMLEN) && __BSD_VISIBLE
4349 Serge 10
#define MAXNAMLEN 1024
11
#endif
12
 
13
#ifdef __cplusplus
14
}
15
#endif
16
#endif /*_DIRENT_H_*/