86565f3658
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11727 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
229 B
Diff
14 lines
229 B
Diff
--- a/src/bin/psql/print.h
|
|
+++ b/src/bin/psql/print.h
|
|
@@ -89,10 +89,6 @@
|
|
|
|
void setDecimalLocale(void);
|
|
|
|
-#ifndef __CYGWIN__
|
|
-#define DEFAULT_PAGER "more"
|
|
-#else
|
|
#define DEFAULT_PAGER "less"
|
|
-#endif
|
|
|
|
#endif /* PRINT_H */
|