~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to src/expat/lib/os2config.h

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*================================================================
2
 
** Copyright 2000, Clark Cooper
3
 
** All rights reserved.
4
 
**
5
 
** This is free software. You are permitted to copy, distribute, or modify
6
 
** it under the terms of the MIT/X license (contained in the COPYING file
7
 
** with this distribution.)
8
 
*/
9
 
 
10
 
#ifndef OS2CONFIG_H
11
 
#define OS2CONFIG_H
12
 
 
13
 
#include <memory.h>
14
 
#include <string.h>
15
 
 
16
 
#define XML_NS 1
17
 
#define XML_DTD 1
18
 
#define XML_CONTEXT_BYTES 1024
19
 
 
20
 
/* we will assume all OS2 platforms are little endian */
21
 
#define BYTEORDER 1234
22
 
 
23
 
/* OS2 has memmove() available. */
24
 
#define HAVE_MEMMOVE
25
 
 
26
 
#endif /* ndef OS2CONFIG_H */