~ubuntu-branches/ubuntu/trusty/python3.4/trusty-proposed

« back to all changes in this revision

Viewing changes to Modules/expat/macconfig.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-11-25 09:44:27 UTC
  • Revision ID: package-import@ubuntu.com-20131125094427-lzxj8ap5w01lmo7f
Tags: upstream-3.4~b1
ImportĀ upstreamĀ versionĀ 3.4~b1

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
 
 
11
#ifndef MACCONFIG_H
 
12
#define MACCONFIG_H
 
13
 
 
14
 
 
15
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
 
16
#define BYTEORDER  4321
 
17
 
 
18
/* Define to 1 if you have the `bcopy' function. */
 
19
#undef HAVE_BCOPY
 
20
 
 
21
/* Define to 1 if you have the `memmove' function. */
 
22
#define HAVE_MEMMOVE
 
23
 
 
24
/* Define to 1 if you have a working `mmap' system call. */
 
25
#undef HAVE_MMAP
 
26
 
 
27
/* Define to 1 if you have the <unistd.h> header file. */
 
28
#undef HAVE_UNISTD_H
 
29
 
 
30
/* whether byteorder is bigendian */
 
31
#define WORDS_BIGENDIAN
 
32
 
 
33
/* Define to specify how much context to retain around the current parse
 
34
   point. */
 
35
#undef XML_CONTEXT_BYTES
 
36
 
 
37
/* Define to make parameter entity parsing functionality available. */
 
38
#define XML_DTD
 
39
 
 
40
/* Define to make XML Namespaces functionality available. */
 
41
#define XML_NS
 
42
 
 
43
/* Define to empty if `const' does not conform to ANSI C. */
 
44
#undef const
 
45
 
 
46
/* Define to `long' if <sys/types.h> does not define. */
 
47
#define off_t  long
 
48
 
 
49
/* Define to `unsigned' if <sys/types.h> does not define. */
 
50
#undef size_t
 
51
 
 
52
 
 
53
#endif /* ifndef MACCONFIG_H */