pre_nw.h revision 6de8046f8f7e07cd83895a528df25d977e502c76
55c79512242fd281202cd57ca18defac696440f5kess/* Copyright 2001-2004 The Apache Software Foundation
55c79512242fd281202cd57ca18defac696440f5kess * Licensed under the Apache License, Version 2.0 (the "License");
55c79512242fd281202cd57ca18defac696440f5kess * you may not use this file except in compliance with the License.
55c79512242fd281202cd57ca18defac696440f5kess * You may obtain a copy of the License at
726b11c595edf0b0b71d0d39a2bc9d912c0ee4b5nd * Unless required by applicable law or agreed to in writing, software
726b11c595edf0b0b71d0d39a2bc9d912c0ee4b5nd * distributed under the License is distributed on an "AS IS" BASIS,
726b11c595edf0b0b71d0d39a2bc9d912c0ee4b5nd * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
726b11c595edf0b0b71d0d39a2bc9d912c0ee4b5nd * See the License for the specific language governing permissions and
726b11c595edf0b0b71d0d39a2bc9d912c0ee4b5nd * limitations under the License.
55c79512242fd281202cd57ca18defac696440f5kess/* hint for MSL C++ that we're on NetWare platform */
55c79512242fd281202cd57ca18defac696440f5kess/* the FAR keyword has no meaning in a 32-bit environment
55c79512242fd281202cd57ca18defac696440f5kess but is used in the SDK headers so we take it out */
5b10fd3977e6dfff19afe770e612e276962f7950nd/* no-op for Codewarrior C compiler; a functions are cdecl
5b10fd3977e6dfff19afe770e612e276962f7950nd by default */
8f057347a12e831fdf567da83de2fa581580298dnd/* if we have wchar_t enabled in C++, predefine this type to avoid
8f057347a12e831fdf567da83de2fa581580298dnd a conflict in Novell's header files */
2fc082b48b1bfb1182d6b93f5837e74b0c0af3eckess/* C9X defintion used by MSL C++ library */
74086452b5093fa1a58446034c6ddfd67dab5651kess/* some code may want to use the MS convention for long long */
de502b36947f981bb79c4b3529b9f9f5edf35b2dkess#define __int64 long long
8ba890719035fe67c295c9124693138f9c5aa933kess/* Don't use the DBM rewrite map for mod_rewrite */
55c79512242fd281202cd57ca18defac696440f5kess/* Allow MOD_AUTH_DBM to use APR */