1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #ifndef MCE_CONFIG_H
- #define MCE_CONFIG_H
- #include <libxml/xmlstring.h>
- #include <stdio.h>
- #include <plib/plib.h>
- #include <assert.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- #define MCE_NAMESPACE_SUBSUMPTION_ENABLED 0
- #ifdef __cplusplus
- }
- #endif
- #endif
|