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


Ignore:
Timestamp:
Mar 24, 2007, 1:48:55 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • mr_exit used instead of exit
  • mr_rs_clean_conf/mr_rs_cleanup/mr_ar_clean_conf/mr_ar_cleanup added
  • compiltaion warnings suppressed
  • Addition of mr_types (for boolean with typedef)
  • struct mr_rs_conf added
  • help_screen removed (useless)
File:
1 edited

Legend:

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

    r1166 r1264  
    3232#include "mr_mem.h"
    3333#include "mr_msg.h"
    34 
    35 #if !defined(bool) && !defined(__cplusplus)
    36 /**
    37  * Create the illusion of a Boolean type.
    38  */
    39 #define bool unsigned char
    40 #define TRUE 1
    41 #define FALSE 0
    42 #endif
     34#include "mr_types.h"
    4335
    4436#ifdef HAVE_CONFIG_H
Note: See TracChangeset for help on using the changeset viewer.