Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
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