Eneboo - Documentación para desarrolladores
src/libxslt/libexslt/exsltconfig.h
Ir a la documentación de este archivo.
00001 /*
00002  * exsltconfig.h: compile-time version informations for the EXSLT library
00003  *
00004  * See Copyright for the status of this software.
00005  *
00006  * daniel@veillard.com
00007  */
00008 
00009 #ifndef __XML_EXSLTCONFIG_H__
00010 #define __XML_EXSLTCONFIG_H__
00011 
00012 #ifdef __cplusplus
00013 extern "C" {
00014 #endif
00015 
00021 #define LIBEXSLT_DOTTED_VERSION "1.1.26"
00022 
00028 #define LIBEXSLT_VERSION 815
00029 
00035 #define LIBEXSLT_VERSION_STRING "815"
00036 
00042 #define LIBEXSLT_VERSION_EXTRA ""
00043 
00049 #if 0
00050 #define EXSLT_CRYPTO_ENABLED
00051 #endif
00052 
00058 #ifdef __GNUC__
00059 #ifdef HAVE_ANSIDECL_H
00060 #include <ansidecl.h>
00061 #endif
00062 #ifndef ATTRIBUTE_UNUSED
00063 #define ATTRIBUTE_UNUSED __attribute__((unused))
00064 #endif
00065 #else
00066 #define ATTRIBUTE_UNUSED
00067 #endif
00068 
00069 #ifdef __cplusplus
00070 }
00071 #endif
00072 
00073 #endif /* __XML_EXSLTCONFIG_H__ */
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'