blob: f6af04ed826c62d102670544c239d0266e4591dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- a/src/include/fe_utils/print.h
+++ b/src/include/fe_utils/print.h
@@ -17,11 +17,7 @@
/* This is not a particularly great place for this ... */
-#ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
-#else
#define DEFAULT_PAGER "less"
-#endif
enum printFormat
{
|