/usr/src/redhat/BUILD/httpd-2.2.3/os/netware/pre_nw.h

説明を見る。
00001 /* Licensed to the Apache Software Foundation (ASF) under one or more
00002  * contributor license agreements.  See the NOTICE file distributed with
00003  * this work for additional information regarding copyright ownership.
00004  * The ASF licenses this file to You under the Apache License, Version 2.0
00005  * (the "License"); you may not use this file except in compliance with
00006  * the License.  You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00025 #ifndef __pre_nw__
00026 #define __pre_nw__
00027 
00028 #include <stdint.h>
00029 
00030 #ifndef __GNUC__
00031 #pragma precompile_target "precomp.mch"
00032 #endif
00033 
00034 #define NETWARE
00035 
00036 #define N_PLAT_NLM
00037 
00038 /* hint for MSL C++ that we're on NetWare platform */
00039 #define __NETWARE__
00040 
00041 /* the FAR keyword has no meaning in a 32-bit environment 
00042    but is used in the SDK headers so we take it out */
00043 #define FAR
00044 #define far
00045 
00046 /* no-op for Codewarrior C compiler; a functions are cdecl 
00047    by default */
00048 #define cdecl
00049 
00050 /* if we have wchar_t enabled in C++, predefine this type to avoid
00051    a conflict in Novell's header files */
00052 #ifndef __GNUC__
00053 #if (__option(cplusplus) && __option(wchar_type))
00054 #define _WCHAR_T
00055 #endif
00056 #endif
00057 
00058 /* C9X defintion used by MSL C++ library */
00059 #define DECIMAL_DIG 17
00060 
00061 /* some code may want to use the MS convention for long long */
00062 #ifndef __int64
00063 #define __int64 long long
00064 #endif
00065 
00066 /* Don't use the DBM rewrite map for mod_rewrite */
00067 #define NO_DBM_REWRITEMAP
00068 
00069 /* Allow MOD_AUTH_DBM to use APR */
00070 #define AP_AUTH_DBM_USE_APR
00071 
00072 /* Restrict the number of nested includes */
00073 #define AP_MAX_INCLUDE_DEPTH    48
00074 
00075 #endif
00076 

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