Mac port update

* Update Mac port to new options system.
* Update Mac-specific documentation.
* Remove hardcoded version strings.
* Remove obsolete popup_dialog.
This commit is contained in:
kmhugo
2002-03-20 06:33:45 +00:00
parent 07512a8d56
commit 2962e623d0
12 changed files with 174 additions and 729 deletions

View File

@@ -12,11 +12,4 @@ extern char queued_resp(char *resp);
extern char topl_yn_function(const char *query, const char *resp, char def);
extern int get_line_from_key_queue(char *bufp);
#define ENABLE_MAC_POPUP 0
#if ENABLE_MAC_POPUP
extern char popup_yn_function(const char *query, const char *resp, char def);
extern void popup_getlin (const char *query, char *bufp);
#endif /* ENABLE_MAC_POPUP */
#endif /* MACPOPUP_H */