Mercurial > hg > xemacs-beta
comparison src/sysdir.h @ 432:3a7e78e1142d r21-2-24
Import from CVS: tag r21-2-24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:58 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
431:a97165e56215 | 432:3a7e78e1142d |
---|---|
24 #include <unistd.h> | 24 #include <unistd.h> |
25 #endif | 25 #endif |
26 | 26 |
27 #ifdef SYSV_SYSTEM_DIR | 27 #ifdef SYSV_SYSTEM_DIR |
28 # include <dirent.h> | 28 # include <dirent.h> |
29 #elif defined (NONSYSTEM_DIR_LIBRARY) | 29 #elif defined (NONSYSTEM_DIR_LIBRARY) |
30 # include "ndir.h" | 30 # include "ndir.h" |
31 #elif defined (MSDOS) | 31 #elif defined (MSDOS) |
32 # include <dirent.h> | 32 # include <dirent.h> |
33 #else | 33 #else |
34 # include <sys/dir.h> | 34 # include <sys/dir.h> |