summaryrefslogtreecommitdiff
path: root/libs/gtkmm2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-18 07:20:02 +0000
committerDavid Robillard <d@drobilla.net>2007-12-18 07:20:02 +0000
commit47a41c0d4deec0ca92d231457c13669fe69cdefd (patch)
tree98c5b4a79a3f707219e7f1e2a9cd8a72e20b3f81 /libs/gtkmm2
parent35fc31a1de83f59d9b00e92e8e7111865983e378 (diff)
Fix building.
git-svn-id: svn://localhost/ardour2/trunk@2791 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2')
-rw-r--r--libs/gtkmm2/gtk/gtkmmconfig.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/libs/gtkmm2/gtk/gtkmmconfig.h b/libs/gtkmm2/gtk/gtkmmconfig.h
new file mode 100644
index 0000000000..939e7fddbf
--- /dev/null
+++ b/libs/gtkmm2/gtk/gtkmmconfig.h
@@ -0,0 +1,48 @@
+/* gtk/gtkmmconfig.h. Generated from gtkmmconfig.h.in by configure. */
+#ifndef _GTKMM_CONFIG_H
+#define _GTKMM_CONFIG_H 1
+
+#include <gdkmmconfig.h>
+
+/* version numbers */
+#define GTKMM_MAJOR_VERSION 2
+#define GTKMM_MINOR_VERSION 10
+#define GTKMM_MICRO_VERSION 8
+
+#define GTKMM_ATKMM_ENABLED 1
+/* #undef GTKMM_MAEMO_EXTENSIONS_ENABLED */
+
+
+#ifdef GLIBMM_CONFIGURE
+/* compiler feature tests that are used during compile time and run-time
+ by gtkmm only. */
+
+/* SUN Forte, AIX, and Tru64 have the problem with flockfile and
+ funlockfile - configure finds it but the compiler can not find it
+ while compiling demowindow.cc. undef HAVE_FLOCKFILE and
+ HAVE_FUNLOCKFILE for now, so that it builds on those platforms. */
+
+#define HAVE_FLOCKFILE 1
+#define HAVE_FUNLOCKFILE 1
+#define HAVE_MKFIFO 1
+/* #undef GETC_UNLOCKED */
+
+#endif /* GLIBMM_CONFIGURE */
+
+
+#ifdef GLIBMM_DLL
+ #if defined(GTKMM_BUILD) && defined(_WINDLL)
+ // Do not dllexport as it is handled by gendef on MSVC
+ #define GTKMM_API
+ #elif !defined(GTKMM_BUILD)
+ #define GTKMM_API __declspec(dllimport)
+ #else
+ /* Build a static library */
+ #define GTKMM_API
+ #endif /* GTKMM_BUILD - _WINDLL */
+#else
+ #define GTKMM_API
+#endif /* GLIBMM_DLL */
+
+#endif /* _GTKMM_CONFIG_H */
+