~inkscape.dev/inkscape-devlibs/devlibs-gtk3

« back to all changes in this revision

Viewing changes to lib/gtkmm-2.4/include/gtkmmconfig.h

  • Committer: JazzyNico
  • Date: 2013-01-21 10:11:05 UTC
  • Revision ID: nicoduf@yahoo.fr-20130121101105-i8d8slkq9ng4olx8
Adding gtk2 libraries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* gtk/gtkmmconfig.h.  Generated from gtkmmconfig.h.in by configure.  */
 
2
#ifndef _GTKMM_CONFIG_H
 
3
#define _GTKMM_CONFIG_H
 
4
 
 
5
#include <gdkmmconfig.h>
 
6
 
 
7
/* Defined when the --enable-api-atkmm configure argument was given */
 
8
#define GTKMM_ATKMM_ENABLED 1
 
9
 
 
10
/* Define to omit deprecated API from gtkmm. */
 
11
/* #undef GTKMM_DISABLE_DEPRECATED */
 
12
 
 
13
/* Defined when the --enable-maemo-extensions configure argument was given */
 
14
/* #undef GTKMM_MAEMO_EXTENSIONS_ENABLED */
 
15
 
 
16
/* Major version number of gtkmm. */
 
17
#define GTKMM_MAJOR_VERSION 2
 
18
 
 
19
/* Micro version number of gtkmm. */
 
20
#define GTKMM_MICRO_VERSION 2
 
21
 
 
22
/* Minor version number of gtkmm. */
 
23
#define GTKMM_MINOR_VERSION 24
 
24
 
 
25
/* Define when building gtkmm as a static library */
 
26
/* #undef GTKMM_STATIC_LIB */
 
27
 
 
28
/* Enable DLL-specific stuff only when not building a static library */
 
29
#if (!defined(GTKMM_STATIC_LIB) && !defined(__CYGWIN__) && defined(_WIN32))
 
30
# define GTKMM_DLL 1
 
31
#endif
 
32
 
 
33
#ifdef GTKMM_DLL
 
34
# if defined(GTKMM_BUILD) && defined(_WINDLL)
 
35
   /* Do not dllexport as it is handled by gendef on MSVC */
 
36
#  define GTKMM_API
 
37
# elif !defined(GTKMM_BUILD)
 
38
#  define GTKMM_API __declspec(dllimport)
 
39
# else
 
40
   /* Build a static library */
 
41
#  define GTKMM_API
 
42
# endif /* GTKMM_BUILD - _WINDLL */
 
43
#else
 
44
# define GTKMM_API
 
45
#endif /* GTKMM_DLL */
 
46
 
 
47
#endif /* !_GTKMM_CONFIG_H */