]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-types.patch
756a43f6c6dd2a59d6b8182866d60e3c9ed52975
[packages/LPRng.git] / LPRng-types.patch
1 --- LPRng-3.8.21/src/common/vars.c.orig Tue Aug  5 16:02:18 2003
2 +++ LPRng-3.8.21/src/common/vars.c      Tue Aug  5 15:48:18 2003
3 @@ -175,7 +175,7 @@
4     /* connection timeout for remote printers */
5  { "connect_timeout", 0, INTEGER_K, &Connect_timeout_DYN,0,0,"=10"},
6     /* control file line order */
7 -{ "control_file_line_order", 0, STRING_K, &Control_filter_DYN,0,0,0},
8 +{ "control_file_line_order", 0, STRING_K, &Control_file_line_order_DYN,0,0,0},
9     /* control file filter */
10  { "control_filter", 0, STRING_K, &Control_filter_DYN,0,0,0},
11     /* create files in spool directory */
12 @@ -211,9 +211,9 @@
13     /*  string to send for a form feed */
14  { "ff", 0,  STRING_K,  &Form_feed_DYN,0,0,"=\\f"},
15     /*  string to send for a form feed */
16 -{ "ff_separator", 0,  STRING_K,  &FF_separator_DYN,0,0,0},
17 +{ "ff_separator", 0,  FLAG_K,  &FF_separator_DYN,0,0,0},
18     /* enforce FIFO (first in, first out) order */
19 -{ "fifo", 0, STRING_K, &Fifo_DYN,0,0,0},
20 +{ "fifo", 0, FLAG_K, &Fifo_DYN,0,0,0},
21     /* FIFO lock file */
22  { "fifo_lock_file", 0, STRING_K, &Fifo_lock_file_DYN,0,0,"=fifo.lock"},
23     /* default filter */
24 --- LPRng-3.8.21/src/include/lp.h.orig  Wed Apr 16 01:37:43 2003
25 +++ LPRng-3.8.21/src/include/lp.h       Tue Aug  5 16:01:33 2003
26 @@ -231,7 +231,6 @@
27  EXTERN char *ShortHost_FQDN;           /* Short hostname for logging */
28  EXTERN char *FQDNHost_FQDN;            /* FQDN hostname */
29  EXTERN char* FQDNRemote_FQDN;    /* FQDN of Remote host */
30 -EXTERN char* FQDNRemote_FQDN;    /* FQDN of Remote host */
31  EXTERN char* ShortRemote_FQDN;   /* Short form of Remote host */
32  /* EXTERN char* Auth_client_id_DYN;    / * client sent/received authentication info */
33  
34 @@ -267,7 +266,7 @@
35  EXTERN int Check_for_protocol_violations_DYN;  /* check for RFC1179 protocol violations */
36  EXTERN char* Chooser_DYN;      /* choose the destination for a load balance queue */
37  EXTERN int Chooser_interval_DYN;       /* interval between tests for load balance destination */
38 -EXTERN char* Chooser_routine_DYN;      /* choose the destination for a load balance queue */
39 +EXTERN int Chooser_routine_DYN;        /* choose the destination for a load balance queue */
40  EXTERN int Class_in_status_DYN;        /* Show class in status information */
41  EXTERN char* Comment_tag_DYN; /* comment identifying printer (LPQ) */
42  EXTERN char* Config_file_DYN;
43 @@ -392,7 +391,7 @@
44  EXTERN char* Prefix_Z_DYN; /* prefix -Z options on outgoing or filter*/
45  EXTERN char* Prefix_option_to_option_DYN; /* prefix option to option, ie, "z,o" */
46  EXTERN char* Printcap_path_DYN;
47 -EXTERN char* Printer_DYN;              /* Printe r name for logging */
48 +/* EXTERN char* Printer_DYN; duplicate??? */           /* Printe r name for logging */
49  EXTERN char* Printer_DYN;      /* printer name */
50  EXTERN char* Printer_perms_path_DYN;
51  EXTERN char* Queue_name_DYN;   /* Queue name used for spooling */
This page took 0.074892 seconds and 2 git commands to generate.