From 0218669d627e2e2f20d8294cff5bb7803b539a7a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Oct 2008 17:53:38 +0200 Subject: Remove include/local.h and move defines to more appropriate places. --- source4/client/client.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/client/client.c') 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; -- cgit