|
|
/* This file is part of the KDE libraries Copyright (C) 2000 Mirko Sucker (mirko@kde.org) 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; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /************************************************************************* * $Id: knana.h,v 1.2 1999/12/26 16:21:51 mirko Exp $ *************************************************************************/ #ifndef KDE_NANA_H #define KDE_NANA_H /* Nana is not useable with a compiler different from GCC. Well, it might be, but since there is currently no proof that it even compiles, we declare WITHOUT_NANA if another compiler is detected. */ #ifndef __GNUC__ #ifndef WITHOUT_NANA #define WITHOUT_NANA #endif #endif #include <eiffel.h> #include <nana.h> #endif
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:19 2000, using kdoc 2.0a33. |