home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / sys / dirent.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  305 b   |  18 lines

  1. #ifdef _SYS_DIR_H
  2. #error "Can't include both sys/dir.h and sys/dirent.h"
  3. #define _SYS_DIRENT_H
  4. #endif
  5.  
  6. #ifndef _SYS_DIRENT_H
  7. #define _SYS_DIRENT_H
  8.  
  9. #include <limits.h>
  10. #include <sys/types.h>    /* for type off_t in dirent.h */
  11. #include <linux/dirent.h>
  12.  
  13. #ifndef DIRSIZ
  14. #define DIRSIZ NAME_MAX
  15. #endif
  16.  
  17. #endif
  18.