Changeset: 2a7af6fe132c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a7af6fe132c
Modified Files:
        clients/mapiclient/mclient.c
Branch: Aug2011
Log Message:

\|cmd is only available if HAVE_POPEN is defined


diffs (13 lines):

diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -1680,7 +1680,9 @@
                mnstr_printf(toConsole, "?pat    - MAL function help. 
pat=[modnme[.fcnnme][(][)]] wildcard *\n");
        mnstr_printf(toConsole, "\\<file  - read input from file\n");
        mnstr_printf(toConsole, "\\>file  - save response in file, or stdout if 
no file is given\n");
+#ifdef HAVE_POPEN
        mnstr_printf(toConsole, "\\|cmd   - pipe result to process, or stop 
when no command is given\n");
+#endif
 #ifdef HAVE_LIBREADLINE
        mnstr_printf(toConsole, "\\h      - show the readline history\n");
 #endif
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to