summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-10-07 10:07:03 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-10-07 10:07:03 -0700
commit6dbfca571f6d214dc456710a60ebbbbd204cdbbd (patch)
treed34f05b2ccf3b0e748709474f5721fef637603ea /os
parent30193fbff9d9284fbbd81fe5f7b6c4d102daf1d1 (diff)
Depend on xtrans >= 1.2.2 for TRANS_NOXAUTH
Diffstat (limited to 'os')
-rw-r--r--os/connection.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/connection.c b/os/connection.c
index e80b95eb8..64b0a0be6 100644
--- a/os/connection.c
+++ b/os/connection.c
@@ -663,11 +663,6 @@ ClientAuthorized(ClientPtr client,
priv = (OsCommPtr)client->osPrivate;
trans_conn = priv->trans_conn;
-/* Make it compile for now, remove this once we have a new xtrans release and are depending on it in configure.ac */
-#ifndef TRANS_NOXAUTH
-#define TRANS_NOXAUTH 0
-#endif
-
/* Allow any client to connect without authorization on a launchd socket,
because it is securely created -- this prevents a race condition on launch */
if(trans_conn->flags | TRANS_NOXAUTH) {