summaryrefslogtreecommitdiffstats
path: root/tdm/backend
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-05 23:03:09 +0900
committerMichele Calgaro <[email protected]>2025-01-07 10:25:27 +0900
commit90cd05fc319e856bf907b1d8b1c0d05816e71af7 (patch)
tree1814041c14ee75989f1a0ddac88434483a54b1f8 /tdm/backend
parentfc3cb1efd2b9f465c7f2a00d6d6b5f14d9b7094b (diff)
downloadtdebase-90cd05fc319e856bf907b1d8b1c0d05816e71af7.tar.gz
tdebase-90cd05fc319e856bf907b1d8b1c0d05816e71af7.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 57a00bdcbda06e2ec437be4db20f59a10b921157)
Diffstat (limited to 'tdm/backend')
-rw-r--r--tdm/backend/dm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tdm/backend/dm.h b/tdm/backend/dm.h
index ae731aeca..c3d327a5e 100644
--- a/tdm/backend/dm.h
+++ b/tdm/backend/dm.h
@@ -61,10 +61,6 @@ from the copyright holder.
#include <errno.h>
#ifdef XDMCP
-# if defined(__osf__)
-/* someone somewhere defines QUERY under Tru64 which confuses Xdmcp.h */
-# undef QUERY
-# endif
# include <X11/Xdmcp.h>
#endif