fwknop: init script improvements
[feed/packages.git] / libs / postgresql / patches / 800-busybox-default-pager.patch
1 --- a/src/include/fe_utils/print.h
2 +++ b/src/include/fe_utils/print.h
3 @@ -17,11 +17,7 @@
4
5
6 /* This is not a particularly great place for this ... */
7 -#ifndef __CYGWIN__
8 -#define DEFAULT_PAGER "more"
9 -#else
10 #define DEFAULT_PAGER "less"
11 -#endif
12
13 enum printFormat
14 {