Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #ifndef __dj_include_sys_dir_h_
  3. #define __dj_include_sys_dir_h_
  4.  
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8.  
  9. #ifndef __dj_ENFORCE_ANSI_FREESTANDING
  10.  
  11. #ifndef __STRICT_ANSI__
  12.  
  13. #ifndef _POSIX_SOURCE
  14.  
  15. /*  WARNING!  This file is obsolete!  Use <dirent.h> */
  16.  
  17. #define dirent direct
  18. #include <dirent.h>
  19. #undef dirent
  20.  
  21. #endif /* !_POSIX_SOURCE */
  22. #endif /* !__STRICT_ANSI__ */
  23. #endif /* !__dj_ENFORCE_ANSI_FREESTANDING */
  24.  
  25. #ifndef __dj_ENFORCE_FUNCTION_CALLS
  26. #endif /* !__dj_ENFORCE_FUNCTION_CALLS */
  27.  
  28. #ifdef __cplusplus
  29. }
  30. #endif
  31.  
  32. #endif /* !__dj_include_sys_dir_h_ */
  33.