[BACK]Return to rl_version.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / config

Annotation of OpenXM_contrib/pari-2.2/config/rl_version.c, Revision 1.1

1.1     ! noro        1: #include <stdio.h>
        !             2: #   ifdef READLINE_LIBRARY
        !             3: #     include <readline.h>
        !             4: #   else
        !             5: #     include <readline/readline.h>
        !             6: #   endif
        !             7: main(){ printf(rl_library_version); }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>