equal
deleted
inserted
replaced
|
1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #ifndef EXPAT_CONFIG_H |
|
17 #define EXPAT_CONFIG_H |
|
18 |
|
19 #define HAVE_MEMMOVE |
|
20 |
|
21 #ifndef NULL |
|
22 #define NULL 0 |
|
23 #endif |
|
24 |
|
25 #define XML_MIN_SIZE |
|
26 #define SYMBIAN_MIN_SIZE |
|
27 |
|
28 // Enable namespace processing |
|
29 #define XML_NS |
|
30 |
|
31 #ifdef _UNICODE |
|
32 #ifndef XML_UNICODE |
|
33 #define XML_UNICODE |
|
34 #endif |
|
35 #ifdef XML_UNICODE_WCHAR_T |
|
36 #define XML_UNICODE_WCHAR_T |
|
37 #endif |
|
38 #endif // _UNICODE |
|
39 |
|
40 #endif // EXPAT_CONFIG_H |