home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / ACC / DRIVERS.ACC / COUNTRY.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  334 b   |  15 lines

  1. /* COUNTRY.H
  2.  *==========================================================================
  3.  * DATE: JULY 11, 1990
  4.  * DESCRIPTION: COUNTRY DEFINE for ACTIVE COUNTRY
  5.  */
  6. #define TRUE    1
  7. #define FALSE     0
  8.  
  9. #define USA    FALSE        /* USA and the UK are NOT the same.*/
  10. #define UK    FALSE
  11.         
  12. #define GERMAN    FALSE
  13. #define FRENCH    TRUE
  14.  
  15.