apti18n.h | apti18n.h | |||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
# endif | # endif | |||
# define N_(x) x | # define N_(x) x | |||
#else | #else | |||
// apt will not use any gettext | // apt will not use any gettext | |||
# define setlocale(a, b) | # define setlocale(a, b) | |||
# define textdomain(a) | # define textdomain(a) | |||
# define bindtextdomain(a, b) | # define bindtextdomain(a, b) | |||
# define _(x) x | # define _(x) x | |||
# define P_(msg,plural,n) (n == 1 ? msg : plural) | # define P_(msg,plural,n) (n == 1 ? msg : plural) | |||
# define N_(x) x | # define N_(x) x | |||
# define dgettext(d, m) m | ||||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||
config.h | config.h | |||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
/* Define to the size of the filesize containing structures */ | /* Define to the size of the filesize containing structures */ | |||
#define _FILE_OFFSET_BITS 64 | #define _FILE_OFFSET_BITS 64 | |||
/* Define the arch name string */ | /* Define the arch name string */ | |||
#define COMMON_ARCH "i386" | #define COMMON_ARCH "i386" | |||
/* The package name string */ | /* The package name string */ | |||
#define PACKAGE "apt" | #define PACKAGE "apt" | |||
/* The version number string */ | /* The version number string */ | |||
#define PACKAGE_VERSION "0.9.8.1" | #define PACKAGE_VERSION "0.9.8.2" | |||
/* The mail address to reach upstream */ | /* The mail address to reach upstream */ | |||
#define PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>" | #define PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>" | |||
#define APT_8_CLEANER_HEADERS | #define APT_8_CLEANER_HEADERS | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||