-
Notifications
You must be signed in to change notification settings - Fork 6
/
Config.h.in
38 lines (28 loc) · 1.32 KB
/
Config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// -*- C++ -*-
/* GG is a GUI for SDL and OpenGL.
Copyright (C) 2003-2008 T. Zachary Laine
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1
of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA
If you do not wish to comply with the terms of the LGPL please
contact the author as other terms are available for a fee.
Zach Laine
/** \file Config.h \brief Contains build-generated configuration macros used
throughout GG. */
#ifndef _GG_Config_h_
#define _GG_Config_h_
#define GG_USE_DEVIL_IMAGE_LOAD_LIBRARY %(use_devil)s
#define GG_HAVE_LIBJPEG %(have_jpeg)s
#define GG_HAVE_LIBPNG %(have_png)s
#define GG_HAVE_LIBTIFF %(have_tiff)s
#endif // _GG_Config_h_