summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2011-01-27 15:45:50 +0100
committerDidier Raboud <odyx@debian.org>2011-01-27 15:45:50 +0100
commitd1cf03383a481675a2458d6ffc95bca7f495eff8 (patch)
tree8031752b202ad5a1b26e6560361fc5a12be8b280 /options.h
parent1a03de334fd4e6aafb91b806ea35092a7774a8d7 (diff)
Imported Upstream version 4.0.6
Diffstat (limited to 'options.h')
-rw-r--r--options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/options.h b/options.h
index cb059ae..db7c3e9 100644
--- a/options.h
+++ b/options.h
@@ -55,7 +55,7 @@
typedef struct choice_s {
char value [128];
char text [128];
- char command[1024];
+ char command[65536];
struct choice_s *next;
} choice_t;
@@ -125,8 +125,8 @@ extern char jcltointerpreter[256];
extern char jclend[256];
extern char jclprefix[256];
-extern char cmd[1024];
-extern char cmd_pdf[1024];
+extern char cmd[4096];
+extern char cmd_pdf[4096];
extern int ps_accounting;