| changeset 2 | b3afb9f1e801 |
| parent 0 | 6f7a81934006 |
| 1:30113bfbe723 | 2:b3afb9f1e801 |
|---|---|
1 /* $Id: dirent.h 616 2005-08-19 20:11:01Z bruce $ */ |
|
1 #include <sys/types.h> |
2 #include <sys/types.h> |
2 #if HAVE_DIRENT_H |
3 #if HAVE_DIRENT_H |
3 # include <dirent.h> |
4 # include <dirent.h> |
4 # define NAMLEN(dirent) strlen((dirent)->d_name) |
5 # define NAMLEN(dirent) strlen((dirent)->d_name) |
5 #else |
6 #else |