// // Xcode configuration file for Mini-XML, a small XML file parsing library. // // https://www.msweet.org/mxml // // Copyright © 2003-2024 by Michael R Sweet. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #ifndef MXML_CONFIG_H # define MXML_CONFIG_H # include # include # include # include # include // // Version number // # define MXML_VERSION "Mini-XML v4.0b1" // // Inline function support // # define inline // // Long long support // # define HAVE_LONG_LONG_INT 1 // // Have ? // # define HAVE_PTHREAD_H #endif // !MXML_CONFIG_H