* apollo68.h, apollov68.h, hp300.h, i386v.h, irix3.h: Remove
[deliverable/binutils-gdb.git] / bfd / hosts / apollov68.h
index 1bc38210d6a6fe520f30c79e6cf97ca7e85c245c..e425310326eebaf86aedb646978750253dbdf46a 100644 (file)
 
 #include <string.h>
 
-/*
- * Might not need these. Leave them out for now.
- *
-#ifdef SEEK_SET
-#      ifndef L_SET
-#              define L_SET SEEK_SET
-#      endif
-# endif
-
-#ifdef SEEK_CUR
-#      ifndef L_INCR
-#              define L_INCR SEEK_CUR
-#      endif
-# endif
- */
-
 #ifndef DONTDECLARE_MALLOC
 extern PTR  EXFUN(malloc,(unsigned));
 extern PTR  EXFUN(realloc, (PTR, unsigned));
 extern void EXFUN( free,(PTR));
 #endif
 
-#define HOST_BIG_ENDIAN_P
-
 /* EXACT TYPES */
 typedef char int8e_type;
 typedef unsigned char uint8e_type;
This page took 0.023183 seconds and 4 git commands to generate.