92/* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
93 But on BSD NET2 we must not test or define or undef it.
94 (Note that the comments in NET 2's ansi.h
95 are incorrect for _VA_LIST_--see stdio.h!) */
96#if !defined (_VA_LIST_) || defined (__BSD_NET2__) || defined (____386BSD____) || defined (__bsdi__) || defined (__sequent__) || defined (__FreeBSD__) || defined(WINNT)
97/* The macro _VA_LIST_DEFINED is used in Windows NT 3.5 */
98#ifndef _VA_LIST_DEFINED
99/* The macro _VA_LIST is used in SCO Unix 3.2. */
100#ifndef _VA_LIST
101/* The macro _VA_LIST_T_H is used in the Bull dpx2 */