diff options
author | marha <marha@users.sourceforge.net> | 2009-10-04 19:18:00 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-04 19:18:00 +0000 |
commit | 1d2fa791e7eb383cf2818bb2e33da546edbeade9 (patch) | |
tree | 2067c91b7ff19476d74ad208836e0d18f5713490 | |
parent | 2f6d87ea17ff6e595d8697f6489365a2fcf453b7 (diff) | |
download | vcxsrv-1d2fa791e7eb383cf2818bb2e33da546edbeade9.tar.gz vcxsrv-1d2fa791e7eb383cf2818bb2e33da546edbeade9.tar.bz2 vcxsrv-1d2fa791e7eb383cf2818bb2e33da546edbeade9.zip |
Make it possible to overrule XSERVER_DTRACE in the makefiles
-rw-r--r-- | include/dix-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dix-config.h b/include/dix-config.h index 0c01266ad..75880a1ff 100644 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -505,7 +505,7 @@ #undef MONOTONIC_CLOCK /* Define to 1 if the DTrace Xserver provider probes should be built in */ -#undef XSERVER_DTRACE +/* #undef XSERVER_DTRACE */ /* Define to 16-bit byteswap macro */ #undef bswap_16 |