Changeset 1638 in MondoRescue for branches/stable/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Sep 19, 2007, 9:32:00 AM (17 years ago)
Author:
Bruno Cornec
Message:

Continue to use configuration file data (may not compile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/my-stuff.h

    r1629 r1638  
    147147#define BLK_ABORTED_BACKUP      102 ///< Marker block: backup was aborted.
    148148
    149 /// The external tape blocksize.
    150 #ifdef EXTTAPE
    151 #define TAPE_BLOCK_SIZE (long)EXTTAPE
    152 #else
    153 #define TAPE_BLOCK_SIZE 131072L /* was 8192; 06/2002-->65536; 11/2002-->131072 */
    154 #endif
    155 
    156 #define DEFAULT_INTERNAL_TAPE_BLOCK_SIZE 32768  // Nov 2003?
    157 
    158 
    159 
    160 
    161149#define SLICE_SIZE 4096         ///< The size of a slice of a biggiefile.
    162 
    163 
    164 
    165 
    166 
    167150
    168151/**
Note: See TracChangeset for help on using the changeset viewer.