You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/akregator/src/mk4storage/metakit/src/gnuc.h

14 lines
214 B

// gnuc.h --
// $Id$
// This is part of Metakit, the homepage is http://www.equi4.com/metakit/
/** @file
* Configuration header for GNU C++
*/
#define q4_GNUC 1
#if !defined (q4_BOOL)
#define q4_BOOL 1
#endif