Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!helios.ee.lbl.gov!epb2.lbl.gov!envbvs From: envbvs@epb2.lbl.gov (Brian V. Smith) Newsgroups: comp.windows.x Subject: xdm Imakefile needs DONT_USE_DEF Summary: must set -DDONT_USE_DEF Message-ID: <4578@helios.ee.lbl.gov> Date: 7 Jan 90 03:34:21 GMT Sender: usenet@helios.ee.lbl.gov Reply-To: envbvs@epb2.lbl.gov (Brian V. Smith) Organization: Lawrence Berkeley Laboratory, Berkeley Lines: 38 X-Local-Date: 6 Jan 90 19:34:21 PST The Imakefile for xdm is (IMHO) missing a preprocessor flag for the case where the machine does NOT have DES encryption. Here is a patch: *** xdm/Imakefile.orig Wed Dec 13 12:26:21 1989 --- xdm/Imakefile Sat Jan 6 19:29:31 1990 *************** *** 10,20 #if HasDESLibrary DESDEFS = -DHASDES DESOBJS = xdmauth.o DESSRCS = xdmauth.c #else ! DESDEFS = DESOBJS = DESSRCS = #endif XDMCONFIGDIR = XdmConfigurationSubdirectory --- 10,20 ----- #if HasDESLibrary DESDEFS = -DHASDES DESOBJS = xdmauth.o DESSRCS = xdmauth.c #else ! DESDEFS = -DDONT_USE_DES DESOBJS = DESSRCS = #endif XDMCONFIGDIR = XdmConfigurationSubdirectory -- _____________________________________ Brian V. Smith (bvsmith@lbl.gov) Lawrence Berkeley Laboratory I don't speak for LBL, these non-opinions are all mine.