comparison src/mule-mcpath.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 131b0175ea99
children
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
38 changed to SYSTEM_DIRENTRY. Don't modify this page. */ 38 changed to SYSTEM_DIRENTRY. Don't modify this page. */
39 39
40 #include <stdio.h> 40 #include <stdio.h>
41 #include <sys/types.h> 41 #include <sys/types.h>
42 #include <sys/stat.h> 42 #include <sys/stat.h>
43
44 #ifdef VMS
45 #include <string.h>
46 #include <rms.h>
47 #include <rmsdef.h>
48 #endif
49 43
50 /* The d_nameln member of a struct dirent includes the '\0' character 44 /* The d_nameln member of a struct dirent includes the '\0' character
51 on some systems, but not on others. What's worse, you can't tell 45 on some systems, but not on others. What's worse, you can't tell
52 at compile-time which one it will be, since it really depends on 46 at compile-time which one it will be, since it really depends on
53 the sort of system providing the filesystem you're reading from, 47 the sort of system providing the filesystem you're reading from,