From 108f34a6661153709a9cde228f41cdd30bbd5e67 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 20 Jan 2016 23:14:30 +0300 Subject: Move xml defines into separate file. --- src/utils/xml.inc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/utils/xml.inc (limited to 'src/utils/xml.inc') diff --git a/src/utils/xml.inc b/src/utils/xml.inc new file mode 100644 index 000000000..8fe654649 --- /dev/null +++ b/src/utils/xml.inc @@ -0,0 +1,30 @@ +/* + * The ManaPlus Client + * Copyright (C) 2011-2016 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef UTILS_XML_INC +#define UTILS_XML_INC + +#ifdef ENABLE_PUGIXML +#include "utils/xml/pugixml.inc" +#else // ENABLE_PUGIXML +#include "utils/xml/libxml.inc" +#endif // ENABLE_PUGIXML + +#endif // UTILS_XML_INC -- cgit v1.2.3-60-g2f50