=================================================================== RCS file: /home/cvs/OpenXM_contrib/pari-2.2/Odos/Attic/paricfg.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib/pari-2.2/Odos/Attic/paricfg.h 2001/10/02 11:16:55 1.1 +++ OpenXM_contrib/pari-2.2/Odos/Attic/paricfg.h 2002/09/11 07:26:39 1.2 @@ -11,7 +11,7 @@ #define SHELL_Q '"' #define DL_DFLT_NAME "libpari.dll" -#define PARIVERSION "GP/PARI CALCULATOR Version 2.2.1 (alpha)" +#define PARIVERSION "GP/PARI CALCULATOR Version 2.2.4 (development CHANGES-1.1.1.1)" #ifdef __cplusplus # define PARIINFO_PRE "C++" #else @@ -27,8 +27,10 @@ # define PARIINFO_POST "ix86 running Windows 3.2 (ix86 kernel) 32-bit version" #endif #define PARIINFO PARIINFO_PRE/**/PARIINFO_POST +#define PARI_VERSION_CODE 131588 +#define PARI_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define PARI_BYTE_ORDER 1234 +#define PARI_DOUBLE_FORMAT 1 #ifdef _MSC_VER /* MSVC inline directive */ # define INLINE __inline #endif @@ -64,8 +66,9 @@ #ifndef WINCE /* Timings: Don't use times because of the HZ / CLK_TCK confusion. */ # define USE_FTIME 1 -# define HAS_STRFTIME /* comment this one if not on NT ??? */ -# define HAS_OPENDIR +# define HAS_STRFTIME +/* This might work on NT ??? */ +/* # define HAS_OPENDIR */ #endif #endif