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


Ignore:
Timestamp:
Sep 9, 2007, 2:12:49 AM (17 years ago)
Author:
Bruno Cornec
Message:

Some define cleanup in my-stuff.h

File:
1 edited

Legend:

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

    r1625 r1627  
    172172 */
    173173#define IS_THIS_A_STREAMING_BACKUP(x) (x == tape || x == udev || x == cdstream)
    174 
    175 /**
    176  * Welcome string displayed at the top of the newt interface.
    177  */
    178 #define WELCOME_STRING _("W E L C O M E   T O   M O N D O   R E S C U E")
    179174
    180175/**
     
    283278#define ARCH_THREADS 2          ///< The number of simultaneous threads running afio in the background.
    284279#define ARCH_BUFFER_NUM (ARCH_THREADS*4)    // Number of permissible queued afio files
    285 #define FORTY_SPACES "                                         "    ///< 40 spaces.
    286280#define PPCFG_RAMDISK_SIZE 350  ///< Size of the tmpfs, in megabytes, to attempt to mount (to speed up Mondo).
    287 
    288 #define DO_MBR_PLEASE "/tmp/DO-MBR-PLEASE"
    289 
    290281
    291282/**
     
    298289
    299290#define MNT_CDROM "/mnt/cdrom"
    300 #define MNT_FLOPPY "/mnt/floppy"
    301291
    302292#endif                          /* _MY_STUFF_H_ */
Note: See TracChangeset for help on using the changeset viewer.