summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-02 20:47:47 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-02 20:47:47 +0000
commit3d0d95004c65cd3a29c94fec99e13ab7fdc19c7c (patch)
tree90d656e71b419bb9a8d981cfee0a25926eb85e93 /include
parentbb5258a21d9efbb7d8b4226a44bd5738eb46d32a (diff)
Add check for walkcontext() to enable stack trace dumper on Solaris
Diffstat (limited to 'include')
-rw-r--r--include/xorg-config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
index ebc3d12c8..cc880d792 100644
--- a/include/xorg-config.h.in
+++ b/include/xorg-config.h.in
@@ -66,4 +66,8 @@
/* Solaris 8 or later? */
#undef __SOL8__
+/* Define to 1 if you have the `walkcontext' function (used on Solaris for
+ xorg_backtrace in hw/xfree86/common/xf86Events.c */
+#undef HAVE_WALKCONTEXT
+
#endif /* _XORG_CONFIG_H_ */