From d9a86566c21afd7985673f3ed851b055d9dac46f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 23 Aug 2006 16:15:19 -0700 Subject: [PATCH] Add LOCALCONN to dix-config.h template for xtrans --- include/dix-config.h.in | 3 +++ 1 file changed, 3 insertions(+) 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