00001 #ifndef FORWARDING_NCBICONF_H 00002 #define FORWARDING_NCBICONF_H 00003 00004 /* $Id: ncbiconf.h 150128 2009-01-21 20:08:36Z gouriano $ 00005 * =========================================================================== 00006 * 00007 * PUBLIC DOMAIN NOTICE 00008 * National Center for Biotechnology Information 00009 * 00010 * This software/database is a "United States Government Work" under the 00011 * terms of the United States Copyright Act. It was written as part of 00012 * the author's official duties as a United States Government employee and 00013 * thus cannot be copyrighted. This software/database is freely available 00014 * to the public for use. The National Library of Medicine and the U.S. 00015 * Government have not placed any restriction on its use or reproduction. 00016 * 00017 * Although all reasonable efforts have been taken to ensure the accuracy 00018 * and reliability of the software and data, the NLM and the U.S. 00019 * Government do not and cannot warrant the performance or results that 00020 * may be obtained by using this software or data. The NLM and the U.S. 00021 * Government disclaim all warranties, express or implied, including 00022 * warranties of performance, merchantability or fitness for any particular 00023 * purpose. 00024 * 00025 * Please cite the author in any work or product based on this material. 00026 * 00027 * =========================================================================== 00028 * 00029 * Authors: Denis Vakatov, Aaron Ucko 00030 * 00031 */ 00032 00033 /** @file ncbiconf.h 00034 ** Front end for a platform-specific configuration summary. 00035 **/ 00036 00037 #ifdef _MSC_VER 00038 # include <common/config/ncbiconf_msvc.h> 00039 #elif defined(NCBI_XCODE_BUILD) 00040 # include <common/config/ncbiconf_xcode.h> 00041 #else 00042 # include <ncbiconf_unix.h> 00043 #endif 00044 00045 #ifdef NCBI_UNIVERSAL_BUILD 00046 /* sort out the remaining details */ 00047 # include <common/config/ncbiconf_universal.h> 00048 #endif 00049 00050 #endif /* FORWARDING_NCBICONF_H */ 00051 00052
1.4.6
Modified on Mon Dec 07 16:20:38 2009 by modify_doxy.py rev. 173732