~ubuntu-branches/ubuntu/natty/libxml++2.6/natty

« back to all changes in this revision

Viewing changes to libxml++/libxml++config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-09-18 11:32:24 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918113224-7x031mzf1shoozxx
Tags: 2.20.0-0ubuntu1
* New upstream release:
  - Element: Added get_attribute_value(), to get a simple text value for an
    attribute.
  - Added an experimental --enable-api-exceptions configure option, to allow
    libxml++ to build without exceptions.
* debian/libxml++2.6-doc.docs: 2.18 -> 2.20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#ifdef GLIBMM_CONFIGURE
7
7
/* compiler feature tests that are used during compile time and run-time
8
8
   by libxml++ only. */
9
 
 
 
9
#undef LIBXMLCPP_EXCEPTIONS_ENABLED
10
10
#endif /* GLIBMM_CONFIGURE */
11
11
 
 
12
#ifdef GLIBMM_MSC
 
13
#define LIBXMLCPP_EXCEPTIONS_ENABLED 1
 
14
#endif /* GLIBMM_MSC */
 
15
 
12
16
#ifdef GLIBMM_DLL
13
17
  #if defined(LIBXMLPP_BUILD) && defined(_WINDLL)
14
18
    // Do not dllexport as it is handled by gendef on MSVC