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 #endif
00040
00041 #if defined(EMBEDDED_TARGET)
00042 # include "xap_EmbeddedFeatures.h"
00043 #endif
00044
00045
00046
00053 #ifndef XAP_DONTUSE_XOR
00054 # define XAP_DONTUSE_XOR 0
00055 #endif
00056
00061 #ifndef XAP_SINGLE_XAPAPP
00062 # define XAP_SINGLE_XAPAPP 0
00063 #endif
00064
00065
00069 #ifndef XAP_DONT_CONFIRM_QUIT
00070 # define XAP_DONT_CONFIRM_QUIT 0
00071 #endif
00072
00073
00080 #ifndef XAP_DONT_INLINE_XPM
00081 # define XAP_DONT_INLINE_XPM 0
00082 #endif
00083
00088 #ifndef XAP_PREFSMENU_UNDER_TOOLS
00089 # define XAP_PREFSMENU_UNDER_TOOLS 0
00090 #endif
00091
00092 #endif