liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
reader_options.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2014 liblcf authors
3  * This file is released under the MIT License
4  * http://opensource.org/licenses/MIT
5  */
6 
7 #ifndef LCF_OPTIONS_H
8 #define LCF_OPTIONS_H
9 
10 /*
11  * Includes GNU Autotools build configuration parameters.
12  * This option may have defined LCF_SUPPORT_XML and others.
13  */
14 #ifdef HAVE_CONFIG_H
15 # include <config.h>
16 #endif
17 
21 //#define LCF_DEBUG_TRACE
22 
23 #endif