[BACK]Return to paricfg.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / Odos

Diff for /OpenXM_contrib/pari-2.2/Odos/Attic/paricfg.h between version 1.1 and 1.2

version 1.1, 2001/10/02 11:16:55 version 1.2, 2002/09/11 07:26:39
Line 11 
Line 11 
 #define SHELL_Q '"'  #define SHELL_Q '"'
 #define DL_DFLT_NAME "libpari.dll"  #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  #ifdef __cplusplus
 #  define PARIINFO_PRE "C++"  #  define PARIINFO_PRE "C++"
 #else  #else
Line 27 
Line 27 
 #  define PARIINFO_POST "ix86 running Windows 3.2 (ix86 kernel) 32-bit version"  #  define PARIINFO_POST "ix86 running Windows 3.2 (ix86 kernel) 32-bit version"
 #endif  #endif
 #define PARIINFO PARIINFO_PRE/**/PARIINFO_POST  #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 */  #ifdef _MSC_VER /* MSVC inline directive */
 #  define INLINE __inline  #  define INLINE __inline
 #endif  #endif
Line 64 
Line 66 
 #ifndef WINCE  #ifndef WINCE
 /* Timings: Don't use times because of the HZ / CLK_TCK confusion. */  /* Timings: Don't use times because of the HZ / CLK_TCK confusion. */
 #  define USE_FTIME 1  #  define USE_FTIME 1
 #  define HAS_STRFTIME /* comment this one if not on NT ??? */  #  define HAS_STRFTIME
 #  define HAS_OPENDIR  /* This might work on NT ??? */
   /* #  define HAS_OPENDIR */
 #endif  #endif
   
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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