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

« back to all changes in this revision

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

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