diff -upk.orig postfix-2.2.4.orig/src/global/pipe_command.c postfix-2.2.4/src/global/pipe_command.c --- postfix-2.2.4.orig/src/global/pipe_command.c 2004-06-21 23:50:14 +0000 +++ postfix-2.2.4/src/global/pipe_command.c 2005-06-23 12:26:28 +0000 @@ -148,6 +148,8 @@ #include #include +int var_command_maxtime; /* system-wide */ + /* Application-specific. */ struct pipe_args { diff -upk.orig postfix-2.2.4.orig/src/local/local.c postfix-2.2.4/src/local/local.c --- postfix-2.2.4.orig/src/local/local.c 2005-03-09 17:43:16 +0000 +++ postfix-2.2.4/src/local/local.c 2005-06-23 12:26:28 +0000 @@ -575,7 +575,6 @@ char *var_allow_commands; char *var_allow_files; char *var_alias_maps; int var_dup_filter_limit; -int var_command_maxtime; char *var_home_mailbox; char *var_mailbox_command; char *var_mailbox_cmd_maps; diff -upk.orig postfix-2.2.4.orig/src/pipe/pipe.c postfix-2.2.4/src/pipe/pipe.c --- postfix-2.2.4.orig/src/pipe/pipe.c 2005-02-05 04:21:23 +0000 +++ postfix-2.2.4/src/pipe/pipe.c 2005-06-23 12:26:28 +0000 @@ -406,7 +406,6 @@ * Tunable parameters. Values are taken from the config file, after * prepending the service name to _name, and so on. */ -int var_command_maxtime; /* system-wide */ /* * For convenience. Instead of passing around lists of parameters, bundle diff -upk.orig postfix-2.2.4.orig/src/spawn/spawn.c postfix-2.2.4/src/spawn/spawn.c --- postfix-2.2.4.orig/src/spawn/spawn.c 2005-02-06 01:51:10 +0000 +++ postfix-2.2.4/src/spawn/spawn.c 2005-06-23 12:26:28 +0000 @@ -153,12 +153,6 @@ /* Application-specific. */ /* - * Tunable parameters. Values are taken from the config file, after - * prepending the service name to _name, and so on. - */ -int var_command_maxtime; /* system-wide */ - - /* * For convenience. Instead of passing around lists of parameters, bundle * them up in convenient structures. */