config.h | config.h | |||
---|---|---|---|---|
/* include/config.h. Generated from config.h.in by configure. */ | /* include/config.h. Generated from config.h.in by configure. */ | |||
/* Define if your processor stores words with the most significant | /* Define if your processor stores words with the most significant | |||
byte first (like Motorola and SPARC, unlike Intel and VAX). */ | byte first (like Motorola and SPARC, unlike Intel and VAX). */ | |||
/* #undef WORDS_BIGENDIAN */ | /* #undef WORDS_BIGENDIAN */ | |||
/* The following 4 are only used by inttypes.h shim if the system lacks | ||||
inttypes.h */ | ||||
/* The number of bytes in a usigned char. */ | ||||
/* #undef SIZEOF_CHAR */ | ||||
/* The number of bytes in a unsigned int. */ | ||||
/* #undef SIZEOF_INT */ | ||||
/* The number of bytes in a unsigned long. */ | ||||
/* #undef SIZEOF_LONG */ | ||||
/* The number of bytes in a unsigned short. */ | ||||
/* #undef SIZEOF_SHORT */ | ||||
/* Define if we have the timegm() function */ | /* Define if we have the timegm() function */ | |||
#define HAVE_TIMEGM 1 | #define HAVE_TIMEGM 1 | |||
/* Define if we have the zlib library for gzip */ | /* Define if we have the zlib library for gzip */ | |||
#define HAVE_ZLIB 1 | #define HAVE_ZLIB 1 | |||
/* Define if we have the bz2 library for bzip2 */ | /* Define if we have the bz2 library for bzip2 */ | |||
#define HAVE_BZ2 1 | #define HAVE_BZ2 1 | |||
/* These two are used by the statvfs shim for glibc2.0 and bsd */ | /* These two are used by the statvfs shim for glibc2.0 and bsd */ | |||
skipping to change at line 53 | 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.4" | #define PACKAGE_VERSION "0.9.5" | |||
/* The mail address to reach upstream */ | ||||
#define PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>" | ||||
#define APT_8_CLEANER_HEADERS | #define APT_8_CLEANER_HEADERS | |||
End of changes. 2 change blocks. | ||||
15 lines changed or deleted | 4 lines changed or added | |||