home *** CD-ROM | disk | FTP | other *** search
- #ifndef GS_LIBS
- #define GS_LIBS
-
- /* library definitions for use with open_libs */
-
- #define DISKFONT 0x00000001
- #define DOS 0x00000002
- #define EXPANSION 0x00000004
- #define GRAPHICS 0x00000008
- #define ICON 0x00000010
- #define INTUITION 0x00000020
- #define LAYERS 0x00000040
- #define MATHFFP 0x00000080
- #define MATHDBLB 0x00000100
- #define MATHDBLT 0x00000200
- #define MATHTRANS 0x00000400
- #define TRANSLATR 0x00000800
- #define ASL 0x00001000
- #define COMMODITIES 0x00002000
- #define GADTOOLS 0x00004000
- #define IFFPARSE 0x00008000
- #define KEYMAP 0x00010000
- #define MATHSINGB 0x00020000
- #define MATHSINGT 0x00040000
- #define REXX 0x00080000
- #define UTILITY 0x00100000
- #define WORKBENCH 0x00200000
-
- #endif
-