~ubuntu-branches/ubuntu/breezy/malaga/breezy

« back to all changes in this revision

Viewing changes to options.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-01-10 11:52:04 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110115204-hpgncw5pb0m1t8i6
Tags: 6.13-5
debian/control (malaga-doc Recommends): Suggest gv as a
postscript-viewer instead of ghostview.  (Closes: #289701).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 1995 Bjoern Beutel. */
 
2
 
 
3
/* Description. =============================================================*/
 
4
 
 
5
/* This module contains options that can be set by both malaga and mallex. */
 
6
 
 
7
/* Variables. ===============================================================*/
 
8
 
 
9
extern bool_t auto_variables; /* TRUE if variables are shown automatically. */
 
10
 
 
11
extern bool_t use_display; 
 
12
/* TRUE if "variables" and "result" use the display process. */
 
13
 
 
14
/* Commands. ================================================================*/
 
15
 
 
16
extern command_t sort_records_option;
 
17
/* Select the order in which attributes in a record are printed. */
 
18
 
 
19
extern command_t hidden_option;
 
20
/* Select which attributes to hide when printing values. */
 
21
 
 
22
extern command_t use_display_option;
 
23
/* Determine if output is shown using Display process. */
 
24
 
 
25
extern command_t auto_variables_option; 
 
26
/* Determine if variables are shown automatically in debug mode. */
 
27
 
 
28
extern command_t switch_option;
 
29
/* Set switches that can be read from Malaga rules. */
 
30
 
 
31
extern command_t use_ksc_option; /* Select KSC5601 or Roman output. */
 
32
 
 
33
/* End of file. =============================================================*/