Changeset 3193 in MondoRescue for branches/3.2/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Sep 29, 2013, 9:31:34 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Finish with backports from 3.1 for now. Still some work to do, but we will now make that version compile and work again and serve as a base

so the gettext patch can be added

File:
1 edited

Legend:

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

    r3191 r3193  
    88// Extra info for ACLs and SELINUX users
    99#define STAR_ACL_SZ "-xattr -acl"
    10 //#define STAR_ACL_SZ "-xfflags"
    11 //#define STAR_ACL_SZ ""
    12 // Enable the first line and disable the second if you are a Fedora Core 2 user
    1310
    1411/**
     
    230227 */
    231228#define MAX_TAPECAT_FNAME_LEN 32
    232 
    233 //#define strcpy(y,x) strncpy(y, x, sizeof(y)-1)
    234 
    235229
    236230/**
     
    346340#define ARCH_BUFFER_NUM (ARCH_THREADS*4)    // Number of permissible queued afio files
    347341#define FORTY_SPACES "                                         "    ///< 40 spaces.
    348     ///< Size of the tmpfs, in megabytes, to attempt to mount (to speed up Mondo).
    349 /*
    350 #define PPCFG_RAMDISK_SIZE 350
    351 */
    352 
    353342#define DO_MBR_PLEASE "/tmp/DO-MBR-PLEASE"
    354343#define MONDO_MNTLISTCHG "/tmp/mountlist.changed"
Note: See TracChangeset for help on using the changeset viewer.