[BACK]Return to paricfgDOS.h.SH CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / config

Diff for /OpenXM_contrib/pari-2.2/config/Attic/paricfgDOS.h.SH between version 1.1 and 1.2

version 1.1, 2001/10/02 11:16:55 version 1.2, 2002/09/11 07:26:40
Line 30  cat > $file << EOT
Line 30  cat > $file << EOT
 #  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 `expr $VersionMajor \\* 65536 + $VersionMinor \\* 256 + $patch`
   #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 67  cat > $file << EOT
Line 69  cat > $file << EOT
 #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>