Eneboo - Documentación para desarrolladores
src/libxslt/libxslt/xsltconfig.h
Ir a la documentación de este archivo.
00001 /*
00002  * Summary: compile-time version informations for the XSLT engine
00003  * Description: compile-time version informations for the XSLT engine
00004  *              this module is autogenerated.
00005  *
00006  * Copy: See Copyright for the status of this software.
00007  *
00008  * Author: Daniel Veillard
00009  */
00010 
00011 #ifndef __XML_XSLTCONFIG_H__
00012 #define __XML_XSLTCONFIG_H__
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif
00017 
00023 #define LIBXSLT_DOTTED_VERSION "1.1.26"
00024 
00030 #define LIBXSLT_VERSION 10126
00031 
00037 #define LIBXSLT_VERSION_STRING "10126"
00038 
00044 #define LIBXSLT_VERSION_EXTRA "-GITv1.1.26-24-g5425e22"
00045 
00053 #if 0
00054 #define WITH_XSLT_DEBUG
00055 #endif
00056 
00057 #if 0
00058 
00065 #define DEBUG_MEMORY
00066 
00074 #define DEBUG_MEMORY_LOCATION
00075 #endif
00076 
00085 #if 0
00086 #define XSLT_NEED_TRIO
00087 #endif
00088 #ifdef __VMS
00089 #define HAVE_MATH_H 1
00090 #define HAVE_SYS_STAT_H 1
00091 #ifndef XSLT_NEED_TRIO
00092 #define XSLT_NEED_TRIO
00093 #endif
00094 #endif
00095 
00096 #ifdef  XSLT_NEED_TRIO
00097 #define TRIO_REPLACE_STDIO
00098 #endif
00099 
00107 #if 1
00108 #ifndef WITH_DEBUGGER
00109 #define WITH_DEBUGGER
00110 #endif
00111 #endif
00112 
00119 #if 1
00120 #ifndef WITH_MODULES
00121 #define WITH_MODULES
00122 #endif
00123 #define LIBXSLT_DEFAULT_PLUGINS_PATH() "/usr/lib/libxslt-plugins"
00124 #endif
00125 
00129 #if 1
00130 #ifndef XSLT_LOCALE_XLOCALE
00131 #define XSLT_LOCALE_XLOCALE
00132 #endif
00133 #elif 0
00134 #ifndef XSLT_LOCALE_WINAPI
00135 #define XSLT_LOCALE_WINAPI
00136 #endif
00137 #endif
00138 
00144 #ifdef __GNUC__
00145 #ifdef HAVE_ANSIDECL_H
00146 #include <ansidecl.h>
00147 #endif
00148 #ifndef ATTRIBUTE_UNUSED
00149 #define ATTRIBUTE_UNUSED __attribute__((unused))
00150 #endif
00151 #else
00152 #define ATTRIBUTE_UNUSED
00153 #endif
00154 
00160 #if !defined LIBXSLT_PUBLIC
00161 #if (defined(__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC
00162 #define LIBXSLT_PUBLIC __declspec(dllimport)
00163 #else
00164 #define LIBXSLT_PUBLIC
00165 #endif
00166 #endif
00167 
00168 #ifdef __cplusplus
00169 }
00170 #endif
00171 
00172 #endif /* __XML_XSLTCONFIG_H__ */
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'