packages/libs/postgresql/patches/800-busybox-default-pager.patch
florian 86565f3658 Update posgresql to 8.3.3 (#3591)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 17:31:31 +00:00

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 */