diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2007-02-21 19:41:31 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2007-02-21 19:41:31 +0000 |
commit | 0a97bad6608a2b1ea01ae6ce18bab63abf0c9210 (patch) | |
tree | 7b9f33fcd90c3846b821d876b9eb33d17f82d43b /src/pugiconfig.hpp | |
parent | 58be69c574390715e4f72ed7e835b236958f9d9c (diff) |
Merged 0.3 in trunk
git-svn-id: http://pugixml.googlecode.com/svn/trunk@68 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugiconfig.hpp')
-rw-r--r-- | src/pugiconfig.hpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp new file mode 100644 index 0000000..795a66f --- /dev/null +++ b/src/pugiconfig.hpp @@ -0,0 +1,23 @@ +/////////////////////////////////////////////////////////////////////////////// +// +// Pug Improved XML Parser - Version 0.3 +// -------------------------------------------------------- +// Copyright (C) 2006-2007, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) +// This work is based on the pugxml parser, which is: +// Copyright (C) 2003, by Kristen Wegner (kristen@tima.net) +// Released into the Public Domain. Use at your own risk. +// See pugxml.xml for further information, history, etc. +// Contributions by Neville Franks (readonly@getsoft.com). +// +/////////////////////////////////////////////////////////////////////////////// + +#ifndef HEADER_PUGICONFIG_HPP +#define HEADER_PUGICONFIG_HPP + +// Uncomment this to disable STL +// #define PUGIXML_NO_STL + +// Uncomment this to disable XPath +// #define PUGIXML_NO_XPATH + +#endif |