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