]> git.saurik.com Git - apt.git/blobdiff - CMake/config.h.in
CMake: Handle endian.h locations on other platforms
[apt.git] / CMake / config.h.in
index 7515fc9a68772c3de683cdb4c1e76c1ae584821f..f32f15b8a49e580e3706e63e91e8241f1fced97f 100644 (file)
 /* Define if we have sys/mount.h */
 #cmakedefine HAVE_MOUNT_H
 
+/* Define if we have sys/endian.h */
+#cmakedefine HAVE_SYS_ENDIAN_H
+
+/* Define if we have machine/endian.h */
+#cmakedefine HAVE_MACHINE_ENDIAN_H
+
 /* Define if we have enabled pthread support */
 #cmakedefine HAVE_PTHREAD
 
@@ -34,6 +40,9 @@
 #cmakedefine HAVE_SETRESUID
 #cmakedefine HAVE_SETRESGID
 
+/* Check for ptsname_r() */
+#cmakedefine HAVE_PTSNAME_R
+
 /* Define the arch name string */
 #define COMMON_ARCH "${COMMON_ARCH}"
 
@@ -44,7 +53,7 @@
 #define PACKAGE_VERSION "${PACKAGE_VERSION}"
 
 /* The mail address to reach upstream */
-#define PACKAGE_MAIL "deity@lists.debian.org"
+#define PACKAGE_MAIL "${PACKAGE_MAIL}"
 
 #define APT_8_CLEANER_HEADERS
 #define APT_9_CLEANER_HEADERS