summaryrefslogtreecommitdiff
path: root/CMake/config.h.in
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-22 22:54:07 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-26 15:49:14 +0200
commitb10ec8cc7b6b9d181cccacee6b4c1c4c5bdbd510 (patch)
treebcdf454179ea75fafcf434abea83572212a4c3ba /CMake/config.h.in
parent0fa5d862040a56fbad9a2bd563243f23359a881d (diff)
CMake: Handle endian.h locations on other platforms
Gbp-Dch: ignore
Diffstat (limited to 'CMake/config.h.in')
-rw-r--r--CMake/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in
index e929646fa..f32f15b8a 100644
--- a/CMake/config.h.in
+++ b/CMake/config.h.in
@@ -25,6 +25,12 @@
/* 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