Last change
on this file since 2124 was
2124,
checked in by Peter, 13 years ago
|
updating url to dev.thep i couple of stray places
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
990 bytes
|
Rev | Line | |
---|
[1500] | 1 | #ifndef _theplu_yat_utility_config_public_ |
---|
| 2 | #define _theplu_yat_utility_config_public_ |
---|
[1292] | 3 | |
---|
| 4 | // $Id: config_public.h.in 2124 2009-12-19 22:43:03Z peter $ |
---|
| 5 | |
---|
| 6 | /* |
---|
[2119] | 7 | Copyright (C) 2008 Jari Häkkinen, Peter Johansson |
---|
[1292] | 8 | |
---|
[2124] | 9 | This file is part of the yat library, http://dev.thep.lu.se/yat |
---|
[1292] | 10 | |
---|
| 11 | The yat library is free software; you can redistribute it and/or |
---|
| 12 | modify it under the terms of the GNU General Public License as |
---|
[1486] | 13 | published by the Free Software Foundation; either version 3 of the |
---|
[1292] | 14 | License, or (at your option) any later version. |
---|
| 15 | |
---|
| 16 | The yat library is distributed in the hope that it will be useful, |
---|
| 17 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 18 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
| 19 | General Public License for more details. |
---|
| 20 | |
---|
| 21 | You should have received a copy of the GNU General Public License |
---|
[1487] | 22 | along with yat. If not, see <http://www.gnu.org/licenses/>. |
---|
[1292] | 23 | */ |
---|
| 24 | |
---|
| 25 | /// |
---|
[1500] | 26 | /// \file utility/config_public.h |
---|
[1292] | 27 | /// |
---|
| 28 | |
---|
[1500] | 29 | /// Define if compiler supports deprecated attribute, as in g++ 4.0 |
---|
| 30 | #undef YAT_HAVE_GCC_DEPRECATED |
---|
[1321] | 31 | |
---|
[1292] | 32 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.