1 #ifndef LIBRARIES_EXPANSION_H
    2 #define LIBRARIES_EXPANSION_H
    3 
    4 /*
    5 	expansion.library include
    6 
    7 	Copyright © 2002 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 
   11 #define EXPANSIONNAME  "expansion.library"
   12 
   13 #define ADNB_STARTPROC  0
   14 #define ADNF_STARTPROC  (1<<ADNB_STARTPROC)
   15 
   16 
   17 #endif /* LIBRARIES_EXPANSION_H */