fix a complaint that doxygen gives.
Index: include/arch/netware/pre_nw.h =================================================================== RCS file: /home/cvspublic/apr/include/arch/netware/pre_nw.h,v retrieving revision 1.1 diff -u -r1.1 pre_nw.h --- include/arch/netware/pre_nw.h 2001/08/02 20:52:53 1.1 +++ include/arch/netware/pre_nw.h 2001/08/14 02:32:50 @@ -21,8 +21,10 @@
/* if we have wchar_t enabled in C++, predefine this type to avoid a conflict in Novell's header files */ +#ifndef DOXYGEN #if (__option(cplusplus) && __option(wchar_type)) #define _WCHAR_T +#endif #endif
/* C9X defintion used by MSL C++ library */
