=================================================================== RCS file: /home/cvs/OpenXM_contrib/pari-2.2/misc/Attic/gprc.dft,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib/pari-2.2/misc/Attic/gprc.dft 2001/10/02 11:17:00 1.1 +++ OpenXM_contrib/pari-2.2/misc/Attic/gprc.dft 2002/09/11 07:26:46 1.2 @@ -1,4 +1,4 @@ -/* $Id: gprc.dft,v 1.1 2001/10/02 11:17:00 noro Exp $ +/* $Id: gprc.dft,v 1.2 2002/09/11 07:26:46 noro Exp $ * * SAMPLE GP INIT FILE. * @@ -90,12 +90,13 @@ prettyprinter = "/usr/local/bin/tex2mail -TeX -noinden \\********************** FORMAT OF THIS FILE : *************************** \\ Lines starting with '\\' and between '/*' '*/' pairs are comments \\ Blank lines are ignored -\\ Line starting with #if KEYWORD is read iff KEYWORD is TRUE -\\ Currently recognized keywords: +\\ Line starting with #if BOOLEAN is read iff BOOLEAN is TRUE +\\ Currently recognized booleans: \\ EMACS are we running under Emacs? \\ READL is readline available? +\\ VERSION {<,>,<=,>=} a.b.c does version number satisfy the inequality? \\ -\\ This file should be put in $HOME/.gprc or /etc/gprc and contain: +\\ This file should be put in $HOME/.gprc or /etc/gprc and contains: \\ * references to gp scripts that are to be run BEFORE the first gp prompt. \\ \\ Syntax: read "filename" (quotes are mandatory. ~ syntax allowed)