00001 /* Copyright (C) 2011 00002 * All Rights Reserved. 00003 * This code is published under the Eclipse Public License. 00004 * 00005 * $Id: OsiConfig.h 1735 2011-06-08 17:00:08Z stefan $ 00006 * 00007 * Include file for the configuration of Smi. 00008 * 00009 * On systems where the code is configured with the configure script 00010 * (i.e., compilation is always done with HAVE_CONFIG_H defined), this 00011 * header file includes the automatically generated header file. 00012 * 00013 * On systems that are compiled in other ways (e.g., with the 00014 * Developer Studio), a default header files is included. 00015 */ 00016 00017 #ifndef __SMICONFIG_H__ 00018 #define __SMICONFIG_H__ 00019 00020 #ifdef HAVE_CONFIG_H 00021 #include "config_smi.h" 00022 #else 00023 #include "config_smi_default.h" 00024 #endif 00025 00026 #endif /*__SMICONFIG_H__*/