Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
src
Stokhos_ConfigDefs.h
Go to the documentation of this file.
1
/* $Id$ */
2
/* $Source$ */
3
/*
4
// @HEADER
5
// ***********************************************************************
6
//
7
// Stokhos Package
8
// Copyright (2009) Sandia Corporation
9
//
10
// Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
11
// license for use of this work by or on behalf of the U.S. Government.
12
//
13
// Redistribution and use in source and binary forms, with or without
14
// modification, are permitted provided that the following conditions are
15
// met:
16
//
17
// 1. Redistributions of source code must retain the above copyright
18
// notice, this list of conditions and the following disclaimer.
19
//
20
// 2. Redistributions in binary form must reproduce the above copyright
21
// notice, this list of conditions and the following disclaimer in the
22
// documentation and/or other materials provided with the distribution.
23
//
24
// 3. Neither the name of the Corporation nor the names of the
25
// contributors may be used to endorse or promote products derived from
26
// this software without specific prior written permission.
27
//
28
// THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
29
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
31
// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
32
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
33
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
34
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
35
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
36
// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
37
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
38
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
//
40
// Questions? Contact Eric T. Phipps (etphipp@sandia.gov).
41
//
42
// ***********************************************************************
43
// @HEADER
44
*/
45
46
#ifndef STOKHOS_CONFIGDEFS_H
47
#define STOKHOS_CONFIGDEFS_H
48
49
#ifndef __cplusplus
50
#define __cplusplus
51
#endif
52
53
/*
54
* The macros PACKAGE, PACKAGE_NAME, etc, get defined for each package and
55
* need to be undef'd here to avoid warnings when this file is included from
56
* another package.
57
* KL 11/25/02
58
*/
59
#ifdef PACKAGE
60
#undef PACKAGE
61
#endif
62
63
#ifdef PACKAGE_NAME
64
#undef PACKAGE_NAME
65
#endif
66
67
#ifdef PACKAGE_BUGREPORT
68
#undef PACKAGE_BUGREPORT
69
#endif
70
71
#ifdef PACKAGE_STRING
72
#undef PACKAGE_STRING
73
#endif
74
75
#ifdef PACKAGE_TARNAME
76
#undef PACKAGE_TARNAME
77
#endif
78
79
#ifdef PACKAGE_VERSION
80
#undef PACKAGE_VERSION
81
#endif
82
83
#ifdef VERSION
84
#undef VERSION
85
#endif
86
87
#ifndef TRILINOS_NO_CONFIG_H
88
#include <Stokhos_config.h>
89
#endif
90
91
#endif
/* STOKHOS_CONFIGDEFS_H */
Generated by
1.8.14