Annotation of OpenXM_contrib2/windows/pari2/win32/paricfg.h, Revision 1.1
1.1 ! noro 1: /* This file extracted by Configure */
! 2: #ifndef __CONFIG_H__
! 3: #define __CONFIG_H__
! 4:
! 5: #define GPDATADIR "/pari/data"
! 6:
! 7: #define PARIVERSION "GP/PARI CALCULATOR Version 2.0.13 (alpha)"
! 8: #ifdef __cplusplus
! 9: # define PARIINFO "C++ Windows NT ix86 (ix86 kernel) 32-bit version"
! 10: #else
! 11: # define PARIINFO "Windows NT ix86 (ix86 kernel) 32-bit version"
! 12: #endif
! 13:
! 14: #define PARI_BYTE_ORDER 1234
! 15:
! 16: /* MSVC inline directive */
! 17: #define INLINE __inline
! 18:
! 19: /* Location of GNU gzip program, enables reading of .Z and .gz files. */
! 20: #define GNUZCAT
! 21: #define ZCAT "gzip -d -c"
! 22:
! 23: /* No exp2, log2 in libc */
! 24: #define NOEXP2
! 25:
! 26: /* Headers are clean - ulong not defined */
! 27: #define ULONG_NOT_DEFINED
! 28:
! 29: /* Timings: Don't use times because of the HZ / CLK_TCK confusion. */
! 30: #define USE_FTIME 1
! 31:
! 32: #define HAS_STRFTIME
! 33:
! 34: #define DL_DFLT_NAME "libpari.dll"
! 35: #define SHELL_Q '\''
! 36: #if 1
! 37: #include "w_stdio.h"
! 38: #undef getc
! 39: #define getc w_fgetc
! 40: #undef putc
! 41: #define putc w_fputc
! 42: #define ungetc w_ungetc
! 43: #define fgets w_fgets
! 44: #define fputs w_fputs
! 45: #define printf w_printf
! 46: #define fprintf w_fprintf
! 47: #define fflush w_fflush
! 48: #endif
! 49: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>