summaryrefslogtreecommitdiff
path: root/lib/libdrm/config.h.in
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-10-16 06:11:12 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-10-16 06:11:12 +0000
commitb1f001d8d4458cc7e6a324490ffef53aaca9a93c (patch)
tree8614e7a23dfe855a578134c9766b553a375c87b5 /lib/libdrm/config.h.in
parentdbfc47a13e7838592fd16d549f2a654ebfc102bd (diff)
Merge libdrm 2.4.71
Diffstat (limited to 'lib/libdrm/config.h.in')
-rw-r--r--lib/libdrm/config.h.in14
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/libdrm/config.h.in b/lib/libdrm/config.h.in
index 0ae3589fc..3072cd9ac 100644
--- a/lib/libdrm/config.h.in
+++ b/lib/libdrm/config.h.in
@@ -30,6 +30,9 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Have etnaviv support */
+#undef HAVE_ETNAVIV
+
/* Have EXYNOS support */
#undef HAVE_EXYNOS
@@ -84,9 +87,6 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
-/* Define to 1 if you have the <sys/mkdev.h> header file. */
-#undef HAVE_SYS_MKDEV_H
-
/* Define to 1 if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
@@ -121,6 +121,14 @@
*/
#undef LT_OBJDIR
+/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
+ */
+#undef MAJOR_IN_MKDEV
+
+/* Define to 1 if `major', `minor', and `makedev' are declared in
+ <sysmacros.h>. */
+#undef MAJOR_IN_SYSMACROS
+
/* Name of package */
#undef PACKAGE