SmiConfig.h
Go to the documentation of this file.
1 /* Copyright (C) 2011
2  * All Rights Reserved.
3  * This code is published under the Eclipse Public License.
4  *
5  * $Id: OsiConfig.h 1735 2011-06-08 17:00:08Z stefan $
6  *
7  * Include file for the configuration of Smi.
8  *
9  * On systems where the code is configured with the configure script
10  * (i.e., compilation is always done with HAVE_CONFIG_H defined), this
11  * header file includes the automatically generated header file.
12  *
13  * On systems that are compiled in other ways (e.g., with the
14  * Developer Studio), a default header files is included.
15  */
16 
17 #ifndef __SMICONFIG_H__
18 #define __SMICONFIG_H__
19 
20 #ifdef HAVE_CONFIG_H
21 #include "config_smi.h"
22 #else
23 #include "config_smi_default.h"
24 #endif
25 
26 #endif /*__SMICONFIG_H__*/