peacock-data-public-datasets-idc-cronscript
/
venv
/lib
/python3.10
/site-packages
/lxml
/includes
/libexslt
/exsltconfig.h
/* | |
* exsltconfig.h: compile-time version information for the EXSLT library | |
* | |
* See Copyright for the status of this software. | |
* | |
* [email protected] | |
*/ | |
extern "C" { | |
/** | |
* LIBEXSLT_DOTTED_VERSION: | |
* | |
* the version string like "1.2.3" | |
*/ | |
/** | |
* LIBEXSLT_VERSION: | |
* | |
* the version number: 1.2.3 value is 10203 | |
*/ | |
/** | |
* LIBEXSLT_VERSION_STRING: | |
* | |
* the version number string, 1.2.3 value is "10203" | |
*/ | |
/** | |
* LIBEXSLT_VERSION_EXTRA: | |
* | |
* extra version information, used to show a Git commit description | |
*/ | |
/** | |
* WITH_CRYPTO: | |
* | |
* Whether crypto support is configured into exslt | |
*/ | |
/** | |
* ATTRIBUTE_UNUSED: | |
* | |
* This macro is used to flag unused function parameters to GCC | |
*/ | |
} | |