dtlogin: use XDM authentication instead of MIT/DES on linux

This commit is contained in:
Jon Trulson
2015-11-26 14:08:23 -07:00
parent 05445493d9
commit 1e2e373082
2 changed files with 5 additions and 0 deletions

View File

@@ -240,6 +240,8 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
-D__NetBSD__ -DENABLE_DYNAMIC_LANGLIST
#elif defined (AlphaArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP -DSIA
#elif defined (LinuxArchitecture)
DEFINES = $(DTDEFINES) -DXDMCP
#else
DEFINES = $(DTDEFINES) -D_NO_PROTO
#endif