mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtlogin: use XDM authentication instead of MIT/DES on linux
This commit is contained in:
parent
05445493d9
commit
1e2e373082
2 changed files with 5 additions and 0 deletions
|
@ -140,6 +140,9 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||||
|
|
||||||
#define DefaultCCOptions -ansi
|
#define DefaultCCOptions -ansi
|
||||||
|
|
||||||
|
XCOMM Lets try XdmAuth instead of the ancient MIT/DES auth
|
||||||
|
#define HasXdmAuth YES
|
||||||
|
|
||||||
XCOMM If you have the tirpc library on your system, and you have the
|
XCOMM If you have the tirpc library on your system, and you have the
|
||||||
XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
|
XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
|
||||||
XCOMM your host.def or site.def file. Using the tirpc lib should
|
XCOMM your host.def or site.def file. Using the tirpc lib should
|
||||||
|
|
|
@ -240,6 +240,8 @@ INCLUDES = -I$(XPROJECTROOT)/include/freetype2
|
||||||
-D__NetBSD__ -DENABLE_DYNAMIC_LANGLIST
|
-D__NetBSD__ -DENABLE_DYNAMIC_LANGLIST
|
||||||
#elif defined (AlphaArchitecture)
|
#elif defined (AlphaArchitecture)
|
||||||
DEFINES = $(DTDEFINES) -DXDMCP -DSIA
|
DEFINES = $(DTDEFINES) -DXDMCP -DSIA
|
||||||
|
#elif defined (LinuxArchitecture)
|
||||||
|
DEFINES = $(DTDEFINES) -DXDMCP
|
||||||
#else
|
#else
|
||||||
DEFINES = $(DTDEFINES) -D_NO_PROTO
|
DEFINES = $(DTDEFINES) -D_NO_PROTO
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue