diff options
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/client.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index a61d1b4ca4..56b923974b 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -53,6 +53,12 @@ #include "param/param.h" #include "librpc/rpc/dcerpc.h" +/* the default pager to use for the client "more" command. Users can + * override this with the PAGER environment variable */ +#ifndef DEFAULT_PAGER +#define DEFAULT_PAGER "more" +#endif + struct smbclient_context { char *remote_cur_dir; struct smbcli_state *cli; |