mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
16 lines
399 B
C
16 lines
399 B
C
/* file : xml/details/config.h.in
|
|
* copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
|
|
* license : MIT; see accompanying LICENSE file
|
|
*/
|
|
|
|
/* This file is automatically processed by configure. */
|
|
|
|
#ifndef XML_DETAILS_CONFIG_H
|
|
#define XML_DETAILS_CONFIG_H
|
|
|
|
#undef LIBSTUDXML_STATIC_LIB
|
|
#undef LIBSTUDXML_EXTERNAL_EXPAT
|
|
#undef LIBSTUDXML_BYTEORDER
|
|
|
|
#endif /* XML_DETAILS_CONFIG_H */
|