pkg://Xarm-1.3.0.tar.gz:302535/
Xarm-1.3.0/
include/
Xarm/Xarm.h.in
downloads
/* $Id: Xarm.h.in,v 1.5 1998/11/25 16:07:35 glgay Exp $ */
/*
Copyright (C) 1993, 1994 Jettero Heller
Copyright (C) 1994, 1995 Peter Williams
Copyright (C) 1997, 1998 Gerald L. Gay
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
version 2 as published by the Free Software Foundation.
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; see the file COPYING. If not,
write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA.
*/
#if !defined(_XARM_H_)
#define _XARM_H_
/* Version Information */
#define XARM_VERSION @lib_version@
#define XARM_REVISION @lib_revision@
#define XARM_UPDATE_LEVEL @lib_update@
#define XarmVersion (XARM_VERSION * 1000 + XARM_REVISION)
#define XarmVersionString "Xarm @lib_version@.@lib_revision@.@lib_update@"
@HAS_CDE@
@HAS_XBAE@
#endif