/usr/src/redhat/BUILD/httpd-2.2.3/srclib/apr/include/arch/netware/apr_arch_pre_nw.h

00001 #ifndef __pre_nw__
00002 #define __pre_nw__
00003 
00004 #include <stdint.h>
00005 
00006 #ifndef __GNUC__
00007 #pragma precompile_target "precomp.mch"
00008 #endif
00009 
00010 #define NETWARE
00011 
00012 #define N_PLAT_NLM
00013 
00014 /* Copyright 2004-2005 The Apache Software Foundation or its licensors, as
00015  * applicable.
00016  *
00017  * Licensed under the Apache License, Version 2.0 (the "License");
00018  * you may not use this file except in compliance with the License.
00019  * You may obtain a copy of the License at
00020  *
00021  *     http://www.apache.org/licenses/LICENSE-2.0
00022  *
00023  * Unless required by applicable law or agreed to in writing, software
00024  * distributed under the License is distributed on an "AS IS" BASIS,
00025  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00026  * See the License for the specific language governing permissions and
00027  * limitations under the License.
00028  */
00029 #define FAR
00030 #define far
00031 
00032 /* no-op for Codewarrior C compiler; a functions are cdecl 
00033    by default */
00034 #define cdecl
00035 
00036 /* if we have wchar_t enabled in C++, predefine this type to avoid
00037    a conflict in Novell's header files */
00038 #ifndef __GNUC__
00039 #ifndef DOXYGEN
00040 #if (__option(cplusplus) && __option(wchar_type))
00041 #define _WCHAR_T
00042 #endif
00043 #endif
00044 #endif
00045 
00046 /* C9X defintion used by MSL C++ library */
00047 #define DECIMAL_DIG 17
00048 
00049 /* some code may want to use the MS convention for long long */
00050 #ifndef __int64
00051 #define __int64 long long
00052 #endif
00053 
00054 /* expat version */
00055 #define VERSION "expat_1.95.1"
00056 #define EXPAT_MAJOR_VERSION     1
00057 #define EXPAT_MINOR_VERSION     95
00058 #define EXPAT_EDIT              2
00059 
00060 #define XML_MAJOR_VERSION       EXPAT_MAJOR_VERSION
00061 #define XML_MINOR_VERSION       EXPAT_MINOR_VERSION
00062 #define XML_MICRO_VERSION       EXPAT_EDIT
00063 
00064 #endif
00065 
00066 
00067 

Apacheに対してSun Jul 19 22:05:24 2009に生成されました。  doxygen 1.4.7