• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

xap_Features.h

Go to the documentation of this file.
00001 /* AbiSource Application Framework
00002  * Copyright (c) 2004 Hubert Figuiere
00003  *
00004  * This program is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU General Public License
00006  * as published by the Free Software Foundation; either version 2
00007  * of the License, or (at your option) any later version.
00008  *
00009  * This program is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  * GNU General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License
00015  * along with this program; if not, write to the Free Software
00016  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00017  * 02110-1301 USA.
00018  */
00019 
00020 /*
00021  * Port to Maemo Development Platform
00022  * Author: INdT - Renato Araujo <renato.filho@indt.org.br>
00023  */
00024 
00025 
00026 #ifndef __XAP_FEATURES_H__
00027 #define __XAP_FEATURES_H__
00028 
00029 #ifdef HAVE_CONFIG_H
00030 #include "config.h"
00031 #endif
00032 
00033 #ifdef TOOLKIT_COCOA
00034 # include "xap_CocoaFeatures.h"
00035 #elif defined(TOOLKIT_WIN)
00036 # include "xap_Win32Features.h"
00037 #elif defined(TOOLKIT_GTK_ALL)
00038 # include "xap_UnixFeatures.h"
00039 #elif defined(TOOLKIT_QT)
00040 # include "xap_QtFeatures.h"
00041 #endif
00042 
00043 #if defined(EMBEDDED_TARGET)
00044 # include "xap_EmbeddedFeatures.h"
00045 #endif
00046 
00047 
00048 
00055 #ifndef XAP_DONTUSE_XOR
00056 # define XAP_DONTUSE_XOR 0
00057 #endif
00058 
00063 #ifndef XAP_SINGLE_XAPAPP
00064 # define XAP_SINGLE_XAPAPP 0
00065 #endif
00066 
00067 
00071 #ifndef XAP_DONT_CONFIRM_QUIT
00072 # define XAP_DONT_CONFIRM_QUIT 0
00073 #endif
00074 
00075 
00082 #ifndef XAP_DONT_INLINE_XPM
00083 # define XAP_DONT_INLINE_XPM 0
00084 #endif
00085 
00090 #ifndef XAP_PREFSMENU_UNDER_TOOLS
00091 # define XAP_PREFSMENU_UNDER_TOOLS 0
00092 #endif
00093 
00094 #endif

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1