diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-26 00:28:30 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-26 00:28:30 +0300 |
commit | cdc8a4b7b2f099b8860a54c5c9f488e6f7c4913a (patch) | |
tree | 9cf800ad11ab48210350585088529aaebc86feca /include | |
parent | 3da918a16c8908fdfaf89f2a1bcaec19e01528a9 (diff) | |
parent | d285833290316cb5dd1e7f1e52c96be3e9cf21cd (diff) |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index a92024217..fc1e69ace 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -457,4 +457,7 @@ /* Use an empty root cursor */ #undef NULL_ROOT_CURSOR +/* Have a monotonic clock from clock_gettime() */ +#undef MONOTONIC_CLOCK + #endif /* _DIX_CONFIG_H_ */ |