home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / include / aros / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-09  |  414 b   |  17 lines

  1. #ifndef AROS_CONFIG_H
  2. #define AROS_CONFIG_H
  3. /*
  4.     This file is automatically generated if it doesn't exist
  5.     DO NOT EDIT
  6.     Edit $(TOP)/configure instead and delete this file
  7. */
  8.  
  9. #define AROS_FLAVOUR_NATIVE           2
  10. #define AROS_FLAVOUR_STANDALONE       3
  11. #define AROS_FLAVOUR_EMULATION        4
  12. #define AROS_FLAVOUR_LINKLIB          5
  13.  
  14. #define AROS_FLAVOUR  AROS_FLAVOUR_NATIVE
  15.  
  16. #endif /* AROS_CONFIG_H */
  17.