Subversion Repositories tendra.SVN

Rev

Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 89
Line 67... Line 67...
67
 *
67
 *
68
 * This header describes the non-ANSI component of the program API. The
68
 * This header describes the non-ANSI component of the program API. The
69
 * various components are controlled by the FS_* macros defined in config.h.
69
 * various components are controlled by the FS_* macros defined in config.h.
70
 */
70
 */
71
 
71
 
-
 
72
/*
72
#include <sys/types.h>
73
#include <sys/types.h>
-
 
74
*/
73
#if FS_DIRENT
75
#if FS_DIRENT
74
#include <dirent.h>
76
#include <dirent.h>
75
#endif
77
#endif
76
#include <errno.h>
78
#include <errno.h>
77
#if FS_STAT
79
#if FS_STAT
78
#include <sys/stat.h>
80
#include <sys/stat.h>
79
#endif
81
#endif
-
 
82
#if FS_POSIX
80
#include <unistd.h>
83
#include <unistd.h>
-
 
84
#endif
81
#if FS_WAIT
85
#if FS_WAIT
82
#include <sys/wait.h>
86
#include <sys/wait.h>
83
#endif
87
#endif
84
 
88
 
85
#if !FS_SYS_TYPES
89
#if !FS_SYS_TYPES