home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_14 / GS252DVX.ZIP / ARCH.H < prev    next >
Text File  |  1992-11-24  |  406b  |  14 lines

  1. /* Parameters derived from machine and compiler architecture */
  2.  
  3. #define arch_is_big_endian 0
  4. #define arch_align_short_mod 2
  5. #define arch_align_long_mod 4
  6. #define arch_align_float_mod 4
  7. #define arch_align_double_mod 4
  8. #define arch_sizeof_short 2
  9. #define arch_sizeof_int 4
  10. #define arch_sizeof_long 4
  11. #define arch_floats_are_IEEE 1
  12. #define arch_arith_rshift 2
  13. #define arch_can_shift_full_long 0
  14.