source: git/MP/MP/h/MP_Config.h.in @ c23f3f

spielwiese
Last change on this file since c23f3f was c23f3f, checked in by Olaf Bachmann <obachman@…>, 25 years ago
* fixed localhost git-svn-id: file:///usr/local/Singular/svn/trunk@3174 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 2.2 KB
Line 
1/****************************************************************
2 *                                                                 
3 * HEADER FILE:  MP_Config.h
4 * THIS FILE WAS AUTOMATICALLY CREATED BY CONFIGURE. DO NOT EDIT!!
5 *                                                               
6 ***************************************************************/
7/* Define MP version */
8#define MP_VERSION ""
9
10/* Define for use with GMP ApInts*/
11#undef MP_HAVE_GMP_APINT
12/* define ptr to gmp ApInt */
13#define mpz_ptr mpz_ptr
14/* define num-of-alloc-limbs field */
15#define _mp_alloc _mp_alloc
16/* define size field */
17#define _mp_size _mp_size
18/* define ptr to limbs */
19#define _mp_d _mp_d
20
21/* Define for use when vfork doesn't exist or is broken*/
22#undef vfork
23
24/* Define for use with GMP ApReals*/
25#undef MP_HAVE_GMP_APREAL
26
27/* Define for use with PARI */
28#undef MP_HAVE_PARI
29
30/* Define for use with Saclib */
31#undef MP_HAVE_SAC
32
33/* Define for use with Pvm */
34#undef MP_HAVE_PVM
35
36/* Define for use with Toolbus */
37#undef MP_HAVE_TB
38
39/* Define values for Ap formats */
40#define MP_DUMMY    0
41#define MP_GMP      1
42#define MP_PARI     2
43#define MP_SAC      3
44
45/* Define default Ap Number formats */
46#define MP_DEFAULT_APINT_FORMAT     MP_DUMMY
47#define MP_DEFAULT_APREAL_FORMAT    MP_DUMMY
48
49/* Under AIX, undefine to enable some BSD functionality */
50#ifndef _ALL_SOURCE
51#undef _ALL_SOURCE
52#endif
53
54/* Define if you have <sys/select.h> */
55#undef HAVE_SYS_SELECT_H
56
57/* Define if you have BIG ENDIAN numbers */
58#ifndef WORDS_BIGENDIAN
59#undef WORDS_BIGENDIAN
60#endif
61
62/* Define to turn off logging */
63#undef NO_LOGGING
64
65/* Define to turn on MPT debugging */
66#undef MPT_DEBUG
67
68/* Define if genpari.h is included and run on 32 Bit architecture */
69#ifndef LONG_IS_32BIT
70#undef LONG_IS_32BIT
71#endif
72
73/* Define if genpari.h is included and ulong is not on yo\ur system */
74#ifndef ULONG_NOT_DEFINED
75#undef ULONG_NOT_DEFINED
76#endif
77
78/* Define remote shell command */
79#define MP_RSH_COMMAND  "rsh"
80
81/* Define to use external declarations of memory allocation functions */
82#undef EXTERNAL_MALLOC_H
83
84/* define if you have gethostbyname */
85#undef HAVE_GETHOSTBYNAME
86
87/* define if your rsh can do rsh localhost */
88#undef RSH_CAN_LOCALHOST
Note: See TracBrowser for help on using the repository browser.