small fix...
[midnight-commander.git] / vfs / fish.h
blobc817215109130bdc7f0237d6352c8b8958a4f3ee
1 /* fish.h */
3 #if !defined(__FISH_H)
4 #define __FISH_H
6 /* Increased since now we may use C-r to reread the contents */
7 #define FISH_DIRECTORY_TIMEOUT 30 * 60
9 #define DO_RESOLVE_SYMLINK 1
10 #define DO_OPEN 2
11 #define DO_FREE_RESOURCE 4
13 #define FISH_FLAG_COMPRESSED 1
14 #define FISH_FLAG_RSH 2
16 #define OPT_FLUSH 1
17 #define OPT_IGNORE_ERROR 2
19 #endif