fish.h 371 B

12345678910111213141516171819
  1. /* fish.h */
  2. #if !defined(__FISH_H)
  3. #define __FISH_H
  4. /* Increased since now we may use C-r to reread the contents */
  5. #define FISH_DIRECTORY_TIMEOUT 30 * 60
  6. #define DO_RESOLVE_SYMLINK 1
  7. #define DO_OPEN 2
  8. #define DO_FREE_RESOURCE 4
  9. #define FISH_FLAG_COMPRESSED 1
  10. #define FISH_FLAG_RSH 2
  11. #define OPT_FLUSH 1
  12. #define OPT_IGNORE_ERROR 2
  13. #endif