summaryrefslogtreecommitdiff
path: root/glib/glibmmconfig.h.in
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2004-03-13 23:09:43 +0000
committerMurray Cumming <murrayc@src.gnome.org>2004-03-13 23:09:43 +0000
commitb74c642a6703a1e40711547af50251b55cea79c4 (patch)
tree87259591f27b91224dda84b673f69aee0af64586 /glib/glibmmconfig.h.in
parent88928f22fa558353bcdb44171f70bdf2a53e91b2 (diff)
downloadglibmm-b74c642a6703a1e40711547af50251b55cea79c4.tar.gz
Added CAN_DISAMBIGUATE_CONST_TEMPLATE_SPECIALIZATIONS m4 macro to use in
2004-03-14 Murray Cumming <murrayc@murrayc.com> * scripts/cxx.m4: Added CAN_DISAMBIGUATE_CONST_TEMPLATE_SPECIALIZATIONS m4 macro to use in configure.in, to check for the SUN Forte problem - see the comments in cxx.m4. * scripts/sun.m4: Moved some brackets around to make the define actually work.
Diffstat (limited to 'glib/glibmmconfig.h.in')
-rw-r--r--glib/glibmmconfig.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/glibmmconfig.h.in b/glib/glibmmconfig.h.in
index ec7e329b..548a7d54 100644
--- a/glib/glibmmconfig.h.in
+++ b/glib/glibmmconfig.h.in
@@ -50,6 +50,7 @@
#undef GLIBMM_HAVE_STD_ITERATOR_TRAITS
#undef GLIBMM_HAVE_SUN_REVERSE_ITERATOR
#undef GLIBMM_HAVE_TEMPLATE_SEQUENCE_CTORS
+#undef GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS
#ifndef GLIBMM_HAVE_NAMESPACE_STD
# define GLIBMM_USING_STD(Symbol) namespace std { using ::Symbol; }