00001 /* $Id: Sacado_ConfigDefs.h,v 1.8 2007/12/05 20:19:16 jmwille Exp $ */ 00002 /* $Source: /space/CVS/Trilinos/packages/sacado/src/Sacado_ConfigDefs.h,v $ */ 00003 /* 00004 @HEADER 00005 ************************************************************************* 00006 00007 Sacado Package 00008 Copyright (2006) Sandia Corporation 00009 00010 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, 00011 the U.S. Government retains certain rights in this software. 00012 00013 This library is free software; you can redistribute it and/or modify 00014 it under the terms of the GNU Lesser General Public License as 00015 published by the Free Software Foundation; either version 2.1 of the 00016 License, or (at your option) any later version. 00017 00018 This library is distributed in the hope that it will be useful, but 00019 WITHOUT ANY WARRANTY; without even the implied warranty of 00020 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00021 Lesser General Public License for more details. 00022 00023 You should have received a copy of the GNU Lesser General Public 00024 License along with this library; if not, write to the Free Software 00025 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 00026 USA 00027 Questions? Contact David M. Gay (dmgay@sandia.gov) or Eric T. Phipps 00028 (etphipp@sandia.gov). 00029 00030 ************************************************************************ 00031 @HEADER 00032 */ 00033 00034 #ifndef SACADO_CONFIGDEFS_H 00035 #define SACADO_CONFIGDEFS_H 00036 00037 #ifndef __cplusplus 00038 #define __cplusplus 00039 #endif 00040 00041 /* 00042 * The macros PACKAGE, PACKAGE_NAME, etc, get defined for each package and 00043 * need to be undef'd here to avoid warnings when this file is included from 00044 * another package. 00045 * KL 11/25/02 00046 */ 00047 #ifdef PACKAGE 00048 #undef PACKAGE 00049 #endif 00050 00051 #ifdef PACKAGE_NAME 00052 #undef PACKAGE_NAME 00053 #endif 00054 00055 #ifdef PACKAGE_BUGREPORT 00056 #undef PACKAGE_BUGREPORT 00057 #endif 00058 00059 #ifdef PACKAGE_STRING 00060 #undef PACKAGE_STRING 00061 #endif 00062 00063 #ifdef PACKAGE_TARNAME 00064 #undef PACKAGE_TARNAME 00065 #endif 00066 00067 #ifdef PACKAGE_VERSION 00068 #undef PACKAGE_VERSION 00069 #endif 00070 00071 #ifdef VERSION 00072 #undef VERSION 00073 #endif 00074 00075 #ifndef TRILINOS_NO_CONFIG_H 00076 #include <Sacado_config.h> 00077 #endif 00078 00079 #endif /* SACADO_CONFIGDEFS_H */
1.4.7