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 / OUTLINE.ACC / COUNTRY.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  368 b   |  14 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 UK USE THE SAME RSC BUT */
  10. #define UK    FALSE    /* NEEDS SEPARATE RUNTIME CODE       */
  11.         
  12. #define GERMAN    FALSE
  13. #define FRENCH    TRUE
  14.