diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-24 10:59:33 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-24 10:59:33 +0300 |
commit | 4adf9af313c9f63b6ad734e174efe1d36ddb5813 (patch) | |
tree | 0bfe4b2ac87a4a0060e9db55cbda927818df7200 /include | |
parent | 33af05d58f1f4f021036e9ce4b60fd76dbaebe73 (diff) | |
parent | 67bd672c880869ef625ae0c0163c3ec1eba46abf (diff) |
Merge branch 'master' 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 2e05e04e8..415de4647 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -222,6 +222,9 @@ /* Support IPv6 for TCP connections */ #undef IPv6 +/* Support os-specific local connections */ +#undef LOCALCONN + /* Support MIT Misc extension */ #undef MITMISC |