• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • Sitemap
  • Contact Us
 

KDE-PIM Libraries

kdepimlibs-compat.h

00001 /*
00002   Backward compatibility support.
00003   By policy, kdepimlibs must compile against the most recent kdelibs minor release.
00004 */
00005 
00006 #include <signal.h>
00007 #if defined _WIN32 || defined _WIN64
00008 #include <kde_file_win.h>
00009 #endif
00010 
00011 /* Allow kdepimlibs to build against kdelibs 4.0 */
00012 #if !defined(KPATH_SEPARATOR)
00013 #if defined _WIN32 || defined _WIN64
00014 #define KPATH_SEPARATOR ';'
00015 #else
00016 #define KPATH_SEPARATOR ':'
00017 #endif
00018 #endif
00019 
00020 #if !defined(KDE_signal)
00021 #if defined _WIN32 || defined _WIN64
00022 #define KDE_signal      kdewin32_signal
00023 #else 
00024 #define KDE_signal      ::signal
00025 #endif
00026 #endif
This file is part of the documentation for KDE-PIM Libraries $projectnumber.
Documentation copyright © 1996-2009 The KDE developers.
Generated on Sat Feb 14 14:16:54 2009 by doxygen 1.5.7.1 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online. Questions about the reference manuals should be sent to Adriaan de Groot or Allen Winter.

KDE-PIM Libraries

Skip menu "KDE-PIM Libraries"
  • akonadi
  • kabc
  • kblog
  • kcal
  • kimap
  • kioslave
  •   imap4
  •   mbox
  • kldap
  • kmime
  • kpimidentities
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal