• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeutils API Reference
  • KDE Home
  • Contact Us
 

kfloppy

  • sources
  • kde-4.14
  • kdeutils
  • kfloppy
debug.h
Go to the documentation of this file.
1 /*
2 
3  This file is part of the KFloppy program, part of the KDE project
4 
5  Copyright (C) 2003 Adriaan de Groot <groot@kde.org>
6 
7  This program is free software; you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation; either version 2 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program in a file called COPYING; if not, write to
19  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20  MA 02110-1301, USA.
21 
22 */
23 
24 #ifndef DEBUG_H
25 #define DEBUG_H
26 
39 #define KFAREA (2002)
40 
41 #ifndef NDEBUG
42 #define DEBUGSETUP kDebug(KFAREA) << (__PRETTY_FUNCTION__)
43 #define DEBUGS(a) kDebug(KFAREA) << " " << a
44 #else
45 #define DEBUGSETUP
46 #define DEBUGS(a)
47 #endif
48 
49 
50 // Detect vaguely what OS we're working with. Map variants
51 // to one known kind.
52 //
53 //
54 #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
55 #define ANY_BSD (1)
56 #else
57 #if defined(linux) || defined(LINUX) || defined (__linux) || defined(__linux__)
58 #define ANY_LINUX (1)
59 #endif
60 #endif
61 
62 
63 
64 #endif
65 
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kfloppy

Skip menu "kfloppy"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • sweeper

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal