home *** CD-ROM | disk | FTP | other *** search
- /********************************************************/
- /* USER DEFINES (MAY BE EDITED) */
- /********************************************************/
-
- /* Maximum number of characters within a line */
- #define MAX_LINE_LEN 256
-
- /* Maximum number of (sub)topics in GNUPLOT.DOC */
- #define MAX_TOPIC_NUM 500
-
- /* Maximum number of cross-references */
- #define MAX_LINK_NUM 1000
-
- /* Turn busy display on/off */
- #define DISPLAY FALSE
-
- /* Headline for (sub)topic-list */
- #define SUBTOPIC_STRING " @{i}Available Subtopic(s):@{ui}\n"
-
- /* Text entry for AmigaGuideĀ® titlebar */
- #define TITLE "GNUPLOT-Help/NODE_"
-
- /* Mark special keywords in GNUPLOT.GUIDE */
- /* Refer to your AmigaGuideĀ® .doc or .guide file for possible settings */
- #define MARK_TEXT "@{b}" /* Bold */
- #define UNMARK_TEXT "@{ub}" /* Unbold */
-