Changeset 41 in MondoRescue for trunk/mondo/mondo/common/my-stuff.h


Ignore:
Timestamp:
Oct 3, 2005, 11:55:50 AM (19 years ago)
Author:
bcornec
Message:

asprintf introduction in libmondo-archive.c for 2.05 version
+ memory management revisions in that file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/my-stuff.h

    r31 r41  
    140140*/
    141141
    142 #define AUX_VER "2.04_berlios"
     142#define AUX_VER "2.05_berlios"
    143143
    144144#define HAVE_MALLOC 1
     
    527527#define DEFAULT_MR_LOGLEVEL 4
    528528
     529/* Required for the use of asprintf */
     530#define _GNU_SOURCE
     531
    529532#endif /* _MY_STUFF_H_ */
Note: See TracChangeset for help on using the changeset viewer.