config.h.in 399 B

123456789101112131415
  1. /* file : xml/details/config.h.in
  2. * copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
  3. * license : MIT; see accompanying LICENSE file
  4. */
  5. /* This file is automatically processed by configure. */
  6. #ifndef XML_DETAILS_CONFIG_H
  7. #define XML_DETAILS_CONFIG_H
  8. #undef LIBSTUDXML_STATIC_LIB
  9. #undef LIBSTUDXML_EXTERNAL_EXPAT
  10. #undef LIBSTUDXML_BYTEORDER
  11. #endif /* XML_DETAILS_CONFIG_H */