home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / cbm / os-include-bin.lha / GNU / os-include / proto / expansion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-23  |  393 b   |  19 lines

  1. #ifndef PROTO_EXPANSION_H
  2. #define PROTO_EXPANSION_H
  3.  
  4. #ifndef DOS_FILEHANDLER_H
  5. #include <dos/filehandler.h>
  6. #endif
  7. #ifndef LIBRARIES_CONFIGVARS_H
  8. #include <libraries/configvars.h>
  9. #endif
  10. #include <clib/expansion_protos.h>
  11. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  12. #include <inline/expansion.h>
  13. #endif
  14. #ifndef __NOLIBBASE__
  15. extern struct ExpansionBase *ExpansionBase;
  16. #endif
  17.  
  18. #endif
  19.