Module Name: xsrc
Committed By: mrg
Date: Fri Jan 18 23:06:21 UTC 2019
Modified Files:
xsrc/external/mit/xorg-server/include: dix-config.h xorg-config.h
Log Message:
define HAVE_BACKTRACE 1. now X server crashes have backtraces in the log.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 xsrc/external/mit/xorg-server/include/dix-config.h
cvs rdiff -u -r1.16 -r1.17 \
xsrc/external/mit/xorg-server/include/xorg-config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xorg-server/include/dix-config.h
diff -u xsrc/external/mit/xorg-server/include/dix-config.h:1.31 xsrc/external/mit/xorg-server/include/dix-config.h:1.32
--- xsrc/external/mit/xorg-server/include/dix-config.h:1.31 Thu Jan 3 23:24:49 2019
+++ xsrc/external/mit/xorg-server/include/dix-config.h Fri Jan 18 23:06:21 2019
@@ -61,7 +61,7 @@
#define HAS_SHM 1
/* Has backtrace support */
-/* #undef HAVE_BACKTRACE */
+#define HAVE_BACKTRACE 1
/* Has libunwind support */
/* #undef HAVE_LIBUNWIND */
Index: xsrc/external/mit/xorg-server/include/xorg-config.h
diff -u xsrc/external/mit/xorg-server/include/xorg-config.h:1.16 xsrc/external/mit/xorg-server/include/xorg-config.h:1.17
--- xsrc/external/mit/xorg-server/include/xorg-config.h:1.16 Mon Dec 31 09:50:03 2018
+++ xsrc/external/mit/xorg-server/include/xorg-config.h Fri Jan 18 23:06:21 2019
@@ -116,7 +116,7 @@
/* #undef HAS_APERTURE_DRV */
/* Has backtrace support */
-/* #undef HAVE_BACKTRACE */
+#define HAVE_BACKTRACE 1
/* Name of the period field in struct kbd_repeat */
/* #undef LNX_KBD_PERIOD_NAME */