upload http
[bottlenecks.git] / rubbos / app / httpd-2.0.64 / srclib / apr / include / arch / netware / apr_arch_pre_nw.h
1 #ifndef __pre_nw__
2 #define __pre_nw__
3
4 #include <stdint.h>
5
6 #ifndef __GNUC__
7 #pragma precompile_target "precomp.mch"
8 #endif
9
10 #define NETWARE
11
12 #define N_PLAT_NLM
13
14 /* Licensed to the Apache Software Foundation (ASF) under one or more
15  * contributor license agreements.  See the NOTICE file distributed with
16  * this work for additional information regarding copyright ownership.
17  * The ASF licenses this file to You under the Apache License, Version 2.0
18  * (the "License"); you may not use this file except in compliance with
19  * the License.  You may obtain a copy of the License at
20  *
21  *     http://www.apache.org/licenses/LICENSE-2.0
22  *
23  * Unless required by applicable law or agreed to in writing, software
24  * distributed under the License is distributed on an "AS IS" BASIS,
25  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
26  * See the License for the specific language governing permissions and
27  * limitations under the License.
28  */
29 #define FAR
30 #define far
31
32 /* no-op for Codewarrior C compiler; a functions are cdecl 
33    by default */
34 #define cdecl
35
36 /* if we have wchar_t enabled in C++, predefine this type to avoid
37    a conflict in Novell's header files */
38 #ifndef __GNUC__
39 #ifndef DOXYGEN
40 #if (__option(cplusplus) && __option(wchar_type))
41 #define _WCHAR_T
42 #endif
43 #endif
44 #endif
45
46 /* C9X defintion used by MSL C++ library */
47 #define DECIMAL_DIG 17
48
49 /* some code may want to use the MS convention for long long */
50 #ifndef __int64
51 #define __int64 long long
52 #endif
53
54 /* expat version */
55 #define VERSION "expat_1.95.1"
56 #define EXPAT_MAJOR_VERSION     1
57 #define EXPAT_MINOR_VERSION     95
58 #define EXPAT_EDIT              2
59
60 #define XML_MAJOR_VERSION       EXPAT_MAJOR_VERSION
61 #define XML_MINOR_VERSION       EXPAT_MINOR_VERSION
62 #define XML_MICRO_VERSION       EXPAT_EDIT
63
64 #endif
65
66
67