diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-08-23 16:15:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-08-23 16:15:19 -0700 |
commit | d9a86566c21afd7985673f3ed851b055d9dac46f (patch) | |
tree | 366ae2bc1e423d8fd4bc0cf544021cc34ddb3e08 /include | |
parent | bdec9680fa74dd23cf319d09af1940f8cf71a5b1 (diff) |
Add LOCALCONN to dix-config.h template for xtrans
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 2b9f273d7..69dc674a9 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 |