Changeset 1079 in MondoRescue for trunk/mondo/src/include
- Timestamp:
- Jan 28, 2007, 5:58:18 PM (18 years ago)
- Location:
- trunk/mondo/src/include
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/src/include/mr_conf.h
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
trunk/mondo/src/include/mr_str.h
-
Property svn:eol-style
set to
native
-
Property svn:eol-style
set to
-
trunk/mondo/src/include/my-stuff.h
-
Property svn:eol-style
set to
native
r1074 r1079 126 126 #define ARBITRARY_MAXIMUM 2000 ///< The maximum number of items showing at once in the mountlist or filelist editor. 127 127 #define MAX_TAPECATALOG_ENTRIES 8192 ///< The maximum number of entries in the tape catalog. 128 #define MAX_STR_LEN 380 ///< The maximum length of almost all @p char buffers in Mondo. 128 #define MAX_STR_LEN 384 ///< The maximum length of almost all @p char buffers in Mondo. 129 /// Note: Make this divisible by eight to avoid aligment issues 130 /// on 64bit platforms like ia64. 129 131 #define MAXIMUM_RAID_DEVS 32 ///< The maximum number of RAID devices in the raidlist. 130 132 #define MAXIMUM_ADDITIONAL_RAID_VARS 32 ///< The maximum number of additional RAID variables per RAID device in the raidlist. -
Property svn:eol-style
set to
Note:
See TracChangeset
for help on using the changeset viewer.