home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / misc / posbb / src / amigaos / posbb.h < prev   
Text File  |  1998-05-09  |  717b  |  21 lines

  1. #define POSBB_TESTCOPYMEM        1
  2. #define POSBB_TESTCOPYMEM_512KB  2
  3. #define POSBB_TESTCOPYMEM_1MB    4
  4. #define POSBB_TESTPRINTF         8
  5. #define POSBB_TESTIMATH         16
  6. #define POSBB_TESTFPMATH        32
  7. #define POSBB_TESTTMATH         64
  8. #define POSBB_TESTQSORT        128
  9. #define POSBB_TESTREAD         256
  10. #define POSBB_TESTWRITE        512
  11. #define POSBB_TESTWRITEPIXEL  1024
  12. #define POSBB_TESTDRAWELLIPSE 2048
  13. #define POSBB_TESTDRAW        4096
  14. #define POSBB_DEFRESULTFILE "T:Posbb_results.txt"
  15. #define POSBB_DEFTESTFILE   "prova.posbb"
  16. #define POSBB_PRECISIONLOW      1
  17. #define POSBB_PRECISIONMEDIUM   2
  18. #define POSBB_PRECISIONHIGH     4
  19. #define POSBB_PRECISIONHIGHER   8
  20. #define POSBB_PRECISIONHIGHEST 16
  21.