OSDN Git Service

The Linux variant of GCC has no need of defining "i386", so it doesn't.
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / tests / base / testing.h
index 06dffa9..fbf45e3 100644 (file)
@@ -1,7 +1,25 @@
+/*  DO NOT EDIT THIS FILE.
+
+    It has been auto-edited by fixincludes from:
+
+       "fixinc/tests/inc/testing.h"
+
+    This had to be done to correct non-standard usages in the
+    original, manufacturer supplied header file.  */
+
+
+
+#if defined( AVOID_WCHAR_T_TYPE_CHECK )
+#ifndef __cplusplus
+typedef unsigned short wchar_t         ;
+#endif /* wchar_t
+ type */
+#endif  /* AVOID_WCHAR_T_TYPE_CHECK */
 
 
 #if defined( CTRL_QUOTES_DEF_CHECK )
-#define _CTRL(c) (c&037)
+#define BSD43_CTRL(n, x) ((n<<8)+x)
+
 #endif  /* CTRL_QUOTES_DEF_CHECK */
 
 
 #endif  /* CTRL_QUOTES_USE_CHECK */
 
 
+#if defined( DJGPP_WCHAR_H_CHECK )
+#include <stddef.h>
+#include <sys/djtypes.h>
+extern __DJ_wint_t x;
+
+#endif  /* DJGPP_WCHAR_H_CHECK */
+
+
+#if defined( HPUX11_SIZE_T_CHECK )
+#define _hpux_size_t size_t
+       extern int getpwuid_r( char *, _hpux_size_t, struct passwd **);
+
+#endif  /* HPUX11_SIZE_T_CHECK */
+
+
 #if defined( IO_QUOTES_DEF_CHECK )
-#define XX_IO(x)        (x<<8|256)
+#define BSD43__IOWR(n, x) ((n<<8)+x)
+#define _IOWN(x,y,t)  (_IOC_IN|(((t)&_IOCPARM_MASK)<<16)|(x<<8)|y)
+#define _IO(x,y)      (x<<8|y)
 #endif  /* IO_QUOTES_DEF_CHECK */
 
 
@@ -22,18 +57,59 @@ BSD43__IOWR('T', 1) /* Some are multi-line */
 #endif  /* IO_QUOTES_USE_CHECK */
 
 
+#if defined( LIBC1_IFDEFD_MEMX_CHECK )
+/* Copy N bytes of SRC to DEST.  */
+extern __ptr_t memcpy __P ((__ptr_t __dest, __const __ptr_t __src,
+                         size_t __n));
+#endif  /* LIBC1_IFDEFD_MEMX_CHECK */
+
+
+#if defined( MACHINE_ANSI_H_VA_LIST_CHECK )
+ # define _BSD_VA_LIST_        __builtin_va_list
+#endif  /* MACHINE_ANSI_H_VA_LIST_CHECK */
+
+
 #if defined( MACHINE_NAME_CHECK )
 /* MACH_DIFF: */
-#if defined( __i386__ ) || defined( sparc ) || defined( vax )
+#if defined( i386 ) || defined( sparc ) || defined( vax )
 /* no uniform test, so be careful  :-) */
 #endif  /* MACHINE_NAME_CHECK */
 
 
-#if defined( SCO_STRICT_ANSI_CHECK )
-#if !defined(__STRICT_ANSI__) /* not standard C */
+#if defined( STRICT_ANSI_NOT_CHECK )
+#if  !defined(__STRICT_ANSI__) 
+#if  !defined(__STRICT_ANSI__)
+#if  !defined(__STRICT_ANSI__)
+#if  !defined(__STRICT_ANSI__)/* not std C */
+int foo;
+
+#end-end-end-end-if :-)
+#endif  /* STRICT_ANSI_NOT_CHECK */
+
+
+#if defined( STRICT_ANSI_ONLY_CHECK )
+#if  defined(__STRICT_ANSI__) /* is std C
+ */
 int foo;
 #endif
-#endif  /* SCO_STRICT_ANSI_CHECK */
+#endif  /* STRICT_ANSI_ONLY_CHECK */
+
+
+#if defined( SYSV68_STRING_CHECK )
+extern unsigned int strlen();
+extern int ffs(int);
+extern void
+       *memccpy(),
+       memcpy();
+extern int
+       strcmp(),
+       strncmp();
+extern unsigned int
+       strlen(),
+       strspn();
+extern size_t
+       strlen(), strspn();
+#endif  /* SYSV68_STRING_CHECK */
 
 
 #if defined( UNDEFINE_NULL_CHECK )
@@ -45,3 +121,8 @@ int foo;
 #endif
 
 #endif  /* UNDEFINE_NULL_CHECK */
+
+
+#if defined( WINDISS_VALIST_CHECK )
+#include <stdarg.h>
+#endif  /* WINDISS_VALIST_CHECK */