home *** CD-ROM | disk | FTP | other *** search
- /*
- * This controls generation of the code for handling menus. We need this code
- * if either the BROWSER or the MENU are wanted.
- */
- #ifndef BROWSER
- #include "browser.h"
- #endif
-
- #ifndef MENU
- #include "menu.h"
- #endif
-
- #ifdef MENU
- #undef DO_MENU
- #define DO_MENU
- #endif
-
- #ifdef BROWSER
- #undef DO_MENU
- #define DO_MENU
- #endif
-