30 #ifndef OGR_EXPATH_INCLUDED
31 #define OGR_EXPATH_INCLUDED
43 #define XML_STATUS_OK 1
44 #define XML_STATUS_ERROR 0
48 #if !defined(XML_MAJOR_VERSION) || (XML_MAJOR_VERSION * 10000 + XML_MINOR_VERSION * 100 + XML_MICRO_VERSION) < 19508
49 #define XML_StopParser(parser, resumable)
50 #warning "Expat version is too old and does not have XML_StopParser. Corrupted files could hang OGR"
54 XML_Parser CPL_DLL OGRCreateExpatXMLParser(
void);
#define EQUAL(a, b)
Definition: cpl_port.h:569
#define CPLE_OutOfMemory
Definition: cpl_error.h:101
bool CPLTestBool(const char *pszValue)
Definition: cpl_string.cpp:1526
void CPLDebug(const char *, const char *,...)
Definition: cpl_error.cpp:602
void CPLError(CPLErr eErrClass, CPLErrorNum err_no, const char *fmt,...)
Definition: cpl_error.cpp:308
#define CPL_WARN_UNUSED_RESULT
Definition: cpl_port.h:939
const char * CPLGetConfigOption(const char *, const char *)
Definition: cpl_conv.cpp:1692
Generated for GDAL by
1.8.17.