From 2e7986ae025903b95bff8f58088ed428409cccad Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 2 Oct 2014 11:50:34 +0200 Subject: Solved errors trying to listen on local --- include/dix-config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/dix-config.h b/include/dix-config.h index be2712693..11ebc2439 100755 --- a/include/dix-config.h +++ b/include/dix-config.h @@ -536,10 +536,10 @@ #define LISTEN_TCP 1 /* Listen on Unix socket */ -#define LISTEN_UNIX 1 +#undef LISTEN_UNIX /* Listen on local socket */ -#define LISTEN_LOCAL 1 +#undef LISTEN_LOCAL #include #include -- cgit v1.2.3