diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-11-03 12:54:43 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-11-03 12:54:43 -0800 |
commit | 49a26681b2bdd95ed65c425f1fa1441d2f092a6e (patch) | |
tree | 6aaa2377b67a5d1f1a7b1da6967ff4222339dd1b /include | |
parent | 037f23e6f8fbe6e6fc8e71ed21958fc553df72d0 (diff) |
Add DTrace probe points for X server <-> client communications
See http://people.freedesktop.org/~alanc/dtrace/ for more details
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index fc1e69ace..1120337e8 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -460,4 +460,10 @@ /* Have a monotonic clock from clock_gettime() */ #undef MONOTONIC_CLOCK +/* Define to 1 if the DTrace Xserver provider probes should be built in */ +#undef XSERVER_DTRACE + +/* Path to XErrorDB file */ +#undef XERRORDB_PATH + #endif /* _DIX_CONFIG_H_ */ |