ddc
tinyxpath_conf.h
Go to the documentation of this file.
1 /*
2 www.sourceforge.net/projects/tinyxpath
3 Copyright (c) 2002-2004 Yves Berquin (yvesb@users.sourceforge.net)
4 
5 This software is provided 'as-is', without any express or implied
6 warranty. In no event will the authors be held liable for any
7 damages arising from the use of this software.
8 
9 Permission is granted to anyone to use this software for any
10 purpose, including commercial applications, and to alter it and
11 redistribute it freely, subject to the following restrictions:
12 
13 1. The origin of this software must not be misrepresented; you must
14 not claim that you wrote the original software. If you use this
15 software in a product, an acknowledgment in the product documentation
16 would be appreciated but is not required.
17 
18 2. Altered source versions must be plainly marked as such, and
19 must not be misrepresented as being the original software.
20 
21 3. This notice may not be removed or altered from any source
22 distribution.
23 */
24 
31 #ifndef __TINYXPATH_CONF_H
32 #define __TINYXPATH_CONF_H
33 
34 //#define TINYXPATH_DEBUG
35 
36 #endif
37 
38 /*--- emacs style variables ---
39  * Local Variables:
40  * mode: C++
41  * c-file-style: "ellemtel"
42  * c-basic-offset: 4
43  * tab-width: 8
44  * indent-tabs-mode: nil
45  * End:
46  */