symbianconfig.h 243 B

1234567891011121314
  1. #ifndef SYMBIANCONFIG_H
  2. #define SYMBIANCONFIG_H
  3. #include <memory.h>
  4. #include <string.h>
  5. #define XML_NS 1
  6. #define XML_DTD 1
  7. #define XML_CONTEXT_BYTES 1024
  8. #define BYTEORDER 1234
  9. #define HAVE_MEMMOVE
  10. #endif /* SYMBIANCONFIG_H */