Changeset 1458 in MondoRescue for branches/stable/mondo/src
- Timestamp:
- May 22, 2007, 10:10:30 AM (18 years ago)
- Location:
- branches/stable/mondo/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/include/mr_gettext.h
r1054 r1458 1 1 #ifdef ENABLE_NLS 2 2 # include <libintl.h> 3 # include <locale.h> 3 4 # undef _ 4 5 # define _(String) dgettext (PACKAGE, String) -
branches/stable/mondo/src/include/my-stuff.h
r1438 r1458 349 349 #define DEFAULT_MR_LOGLEVEL 4 350 350 351 #ifdef ENABLE_NLS352 # include <libintl.h>353 # undef _354 # define _(String) dgettext (PACKAGE, String)355 # ifdef gettext_noop356 # define N_(String) gettext_noop (String)357 # else358 # define N_(String) (String)359 # endif360 #else361 # define textdomain(String) (String)362 # define gettext(String) (String)363 # define dgettext(Domain,Message) (Message)364 # define dcgettext(Domain,Message,Type) (Message)365 # define bindtextdomain(Domain,Directory) (Domain)366 # define _(String) (String)367 # define N_(String) (String)368 369 #endif370 371 372 351 #endif /* _MY_STUFF_H_ */ -
branches/stable/mondo/src/mondoarchive/mondoarchive.c
r1438 r1458 17 17 #include <unistd.h> 18 18 19 #include "my-stuff.h" 20 #include "mondostructures.h" 21 #include "libmondo.h" 22 #include "mondo-cli-EXT.h" 23 19 #include "mr_gettext.h" 24 20 #include "mondoarchive.h" 25 21 #include "mr_mem.h" … … 29 25 #include "mr_err.h" 30 26 #include "mr_conf.h" 27 28 #include "my-stuff.h" 29 #include "mondostructures.h" 30 #include "libmondo.h" 31 #include "mondo-cli-EXT.h" 31 32 32 33 // for CVS -
branches/stable/mondo/src/mondorestore/mondorestore.c
r1454 r1458 15 15 #include <utime.h> 16 16 17 #include "mr_gettext.h" 17 18 #include "my-stuff.h" 18 19 #include "mr_mem.h"
Note:
See TracChangeset
for help on using the changeset viewer.