summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2004-09-02 01:23:45 +0000
committerKevin E Martin <kem@kem.org>2004-09-02 01:23:45 +0000
commit7cc9d5b8ac1fb2177b593bdf9faf05bf5f5206d8 (patch)
tree0134b0b5dbc4adda9a67ec3d9d11f7c8baebf096
parentb777c92ef8c170d170698a88284457e732b24247 (diff)
Enable XtransFailSoft on cygwin and Darwin (Bug #1029, Alexander Gottwald,
Torrey T. Lyons).
-rw-r--r--cygwin.cf4
-rw-r--r--darwin.cf7
2 files changed, 10 insertions, 1 deletions
diff --git a/cygwin.cf b/cygwin.cf
index 0b31a31..bdd1e61 100644
--- a/cygwin.cf
+++ b/cygwin.cf
@@ -451,6 +451,10 @@
# define ManSuffix 1
#endif
+#ifndef XtransFailSoft
+#define XtransFailSoft YES
+#endif
+
#include <cygwin.rules>
#if CrossCompiling
diff --git a/darwin.cf b/darwin.cf
index b48f8c7..0a8d963 100644
--- a/darwin.cf
+++ b/darwin.cf
@@ -1,4 +1,4 @@
-XCOMM $XdotOrg: $
+XCOMM $XdotOrg: xc/config/cf/darwin.cf,v 1.3 2004/07/30 18:22:06 torrey Exp $
XCOMM platform: $XFree86: xc/config/cf/darwin.cf,v 1.50 2004/01/20 23:54:50 torrey Exp $
/* Darwin / Mac OS X configuration by John Carmack <johnc@idsoftware.com> */
@@ -251,6 +251,11 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
# define InstallXserverSetUID NO
#endif
+/* Allow Xtrans to work with non-SetUID server. */
+#ifndef XtransFailSoft
+# define XtransFailSoft YES
+#endif
+
/* disable XKB by default as it can cause problems */
#define DfltDisableXKB YES