version 1.12, 2005/03/13 12:13:17
|
version 1.13, 2005/03/18 00:28:59
|
|
|
#define _O_BINARY 0 | #define _O_BINARY 0 |
#endif | #endif |
| |
|
|
#undef VERBOSE |
|
#ifdef TVFS_DEBUG |
|
#define VERBOSE |
|
#endif |
|
|
|
/* | /* |
Only debug output from tvfs.c IF TVFS_DEBUG is true, not just if VERBOSE is true |
|
The TVFS debug traces are generally used for debugging TVFS, not cabinet_fdi |
|
#define TVFS_MAIN | #define TVFS_MAIN |
#define TVFS_DEBUG |
|
*/ | */ |
| |
#ifndef STANDALONE | #ifndef STANDALONE |
|
|
const static char file_test_txt[] = "This is a test. Don't Panic!"; | const static char file_test_txt[] = "This is a test. Don't Panic!"; |
const static int size_test_txt = sizeof(file_test_txt); | const static int size_test_txt = sizeof(file_test_txt); |
| |
|
/* If TVFSMain is defined, this compiles a test of the TVFS suite */ |
main() | main() |
{ | { |
int result; | int result; |