]>
Commit | Line | Data |
---|---|---|
f3de2dba JAK |
1 | /* Define if your processor stores words with the most significant |
2 | byte first (like Motorola and SPARC, unlike Intel and VAX). */ | |
3 | #cmakedefine WORDS_BIGENDIAN | |
4 | ||
5 | /* Define if we have the timegm() function */ | |
6 | #cmakedefine HAVE_TIMEGM | |
7 | ||
8 | /* Define if we have the zlib library for gzip */ | |
9 | #cmakedefine HAVE_ZLIB | |
10 | ||
11 | /* Define if we have the bz2 library for bzip2 */ | |
12 | #cmakedefine HAVE_BZ2 | |
13 | ||
14 | /* Define if we have the lzma library for lzma/xz */ | |
15 | #cmakedefine HAVE_LZMA | |
16 | ||
17 | /* Define if we have the lz4 library for lz4 */ | |
18 | #cmakedefine HAVE_LZ4 | |
19 | ||
20 | /* These two are used by the statvfs shim for glibc2.0 and bsd */ | |
21 | /* Define if we have sys/vfs.h */ | |
22 | #cmakedefine HAVE_VFS_H | |
23 | #cmakedefine HAVE_STRUCT_STATFS_F_TYPE | |
24 | ||
25 | /* Define if we have sys/mount.h */ | |
26 | #cmakedefine HAVE_MOUNT_H | |
27 | ||
28 | /* Define if we have enabled pthread support */ | |
29 | #cmakedefine HAVE_PTHREAD | |
30 | ||
31 | /* Check for getresuid() function and similar ones */ | |
32 | #cmakedefine HAVE_GETRESUID | |
33 | #cmakedefine HAVE_GETRESGID | |
34 | #cmakedefine HAVE_SETRESUID | |
35 | #cmakedefine HAVE_SETRESGID | |
36 | ||
37 | /* Define the arch name string */ | |
38 | #define COMMON_ARCH "${COMMON_ARCH}" | |
39 | ||
40 | /* The package name string */ | |
41 | #define PACKAGE "${PACKAGE}" | |
42 | ||
43 | /* The version number string */ | |
44 | #define PACKAGE_VERSION "${PACKAGE_VERSION}" | |
45 | ||
46 | /* The mail address to reach upstream */ | |
33ee08e4 | 47 | #define PACKAGE_MAIL "${PACKAGE_MAIL}" |
f3de2dba JAK |
48 | |
49 | #define APT_8_CLEANER_HEADERS | |
50 | #define APT_9_CLEANER_HEADERS | |
51 | #define APT_10_CLEANER_HEADERS | |
52 | ||
53 | /* unrolling is faster combined with an optimizing compiler */ | |
54 | #define SHA2_UNROLL_TRANSFORM |