home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / libraries / expansion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-20  |  421 b   |  20 lines

  1. #ifndef LIBRARIES_EXPANSION_H
  2. #define    LIBRARIES_EXPANSION_H
  3. /*
  4. **    $VER: expansion.h 36.7 (28.5.1990)
  5. **    Includes Release 44.1
  6. **
  7. **    External definitions for expansion.library
  8. **
  9. **    (C) Copyright 1985-1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #define EXPANSIONNAME    "expansion.library"
  14.  
  15. /* flags for the AddDosNode() call */
  16. #define ADNB_STARTPROC    0
  17. #define ADNF_STARTPROC    (1L<<0)
  18.  
  19. #endif /* LIBRARIES_EXPANSION_H */
  20.