From xemacs-m  Thu Sep  4 15:18:30 1997
Received: from bittersweet.inetarena.com (bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA07874
	for <xemacs-beta@xemacs.org>; Thu, 4 Sep 1997 15:18:28 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.7/8.8.7/Debian/GNU) id NAA29479;
	Thu, 4 Sep 1997 13:18:27 -0700
To: XEmacs BETA <xemacs-beta@xemacs.org>
Subject: Re: XEmacs 19.16-b91 w/ Lesstif 0.80
References: <9709030555.AA02628@salbuild.lehman.com> 	<m23enm5ap1.fsf@altair.xemacs.org> 	<86d8mqrrd2.fsf@kramer.in.aventail.com> 	<by67shwljp.fsf@midget.math.ethz.ch> <199709041534.QAA00512@cerise.sensei.co.uk>
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: karlheg@inetarena.com (Karl M. Hegbloom)
Date: 04 Sep 1997 13:18:26 -0700
In-Reply-To: Glynn Clements's message of "Thu, 4 Sep 1997 16:34:24 +0100"
Message-ID: <87sovkbzot.fsf@bittersweet.inetarena.com>
Lines: 30
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta19) - "Kyiv"

>>>>> "Glynn" == Glynn Clements <glynn@sensei.co.uk> writes:

    Glynn> Good idea, but how does one tell if Motif is Lesstif?

 Why not just `grep -q "GNU LessTif" /usr/X11R6/include/X11/Xm/Xm.h'?

/**
 *
 * $Id: Xm.h,v 1.1 1997/02/20 22:30:12 miers Exp $
 *
 * Copyright (C) 1995 Free Software Foundation, Inc.
 *
 * This file is part of the GNU LessTif Library.
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Library General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Library General Public License for more details.
 *
 * You should have received a copy of the GNU Library General Public
 * License along with this library; if not, write to the Free
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 **/

