Changeset 3879 in MondoRescue for branches/3.3/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Mar 9, 2024, 3:10:04 AM (3 months ago)
Author:
Bruno Cornec
Message:

Fix all remaining compiler errors

File:
1 edited

Legend:

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

    r3876 r3879  
    55#define HAVE_MALLOC 1
    66
    7 
    8 // Extra info for ACLs and SELINUX users
    9 #define STAR_ACL_SZ "-xattr -acl"
    10 
    117/**
    128 * @file
     
    2521#ifndef _MY_STUFF_H_
    2622#define _MY_STUFF_H_
    27 
    28 #ifdef HAVE_CONFIG_H
    29 #include <config.h>
    30 #endif
    3123
    3224#ifndef __FreeBSD__
     
    8375 */
    8476#define MONDO_CACHE "/var/cache/mondo"
     77#define ARCHIVES_PATH MNT_CDROM"/archives"
     78#define BIGGIELIST ARCHIVES_PATH"/biggielist.txt"
    8579
    8680/**
     
    109103#define assert(exp) ((exp)?((void)0):_mondo_assert_fail(__FILE__, __FUNCTION__, __LINE__, #exp))
    110104#endif
     105
     106// Extra info for ACLs and SELINUX users
     107#define STAR_ACL_SZ "-xattr -acl"
    111108
    112109#define CRC_M16 0xA001          ///< Mask for crc16.
     
    351348#define MONDO_MNTLISTCHG "/tmp/mountlist.changed"
    352349
     350extern void (*log_debug_msg) (int debug_level, const char *szFile,
     351                              const char *szFunction, int nLine,
     352                              const char *fmt, ...);
     353extern void standard_log_debug_msg(int debug_level, const char *szFile,
     354                                   const char *szFunction, int nLine,
     355                                   const char *fmt, ...);
    353356
    354357/**
Note: See TracChangeset for help on using the changeset viewer.