-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.h.in
114 lines (81 loc) · 2.43 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/* -*- C++ -*- */
/*==============================================================================================
//
// This file is part of LiDIA --- a library for computational number theory
//
// Copyright (c) 1994--2001 the LiDIA Group. All rights reserved.
//
// See http://www.informatik.tu-darmstadt.de/TI/LiDIA/
//
//----------------------------------------------------------------------------------------------
//
// $Id$
//
// Author :
// Changes : See CVS log
//
//============================================================================================*/
/* Define if you have bunzip2 installed. */
#undef HAVE_BUNZIP2
/* Define if you have <cassert> */
#undef HAVE_CASSERT
/* Define if you have <cctype>. */
#undef HAVE_CCTYPE
/* Define if you have <climits>. */
#undef HAVE_CLIMITS
/* Define if you have <cmath>. */
#undef HAVE_CMATH
/* Define if you have <cstddef>. */
#undef HAVE_CSTDDEF
/* Define if you have <cstdio>. */
#undef HAVE_CSTDIO
/* Define if you have <cstdlib>. */
#undef HAVE_CSTDLIB
/* Define if you have <cstring>. */
#undef HAVE_CSTRING
/* Define if you have <ctime>. */
#undef HAVE_CTIME
/* Define if you have <dlfcn.h>. */
#undef HAVE_DLFCN_H
/* Define if you have gunzip installed. */
#undef HAVE_GUNZIP
/* Define if you have <inttypes.h>. */
#undef HAVE_INTTYPES_H
/* Define if you have <iostream>. */
#undef HAVE_IOSTREAM
/* Define if you have <memory.h>. */
#undef HAVE_MEMORY_H
/* Define if you have mkstemp. */
#undef HAVE_MKSTEMP
/* Define if you have POSIX style signals (i.e. sigaction). */
#undef HAVE_POSIX_SIGNALS
/* Define if you have POSIX time */
#undef HAVE_POSIX_TIME
/* Define if you have POSIX times */
#undef HAVE_POSIX_TIMES
/* Define if you have random. */
#undef HAVE_RANDOM
/* Define if you have <signal.h>. */
#undef HAVE_SIGNAL_H
/* Define if you have <sstream>. */
#undef HAVE_SSTREAM
/* Define if you have <strstream>. */
#undef HAVE_STRSTREAM
/* Define if you have <stdint.h>. */
#undef HAVE_STDINT_H
/* Define if you have <stdlib.h>. */
#undef HAVE_STDLIB_H
/* Define if you have <string.h>. */
#undef HAVE_STRING_H
/* Define if you have <strings.h>. */
#undef HAVE_STRINGS_H
/* Define if you have <sys/stat.h>. */
#undef HAVE_SYS_STAT_H
/* Define if you have <sys/times.h>. */
#undef HAVE_SYS_TIMES_H
/* Define if you have <sys/types.h>. */
#undef HAVE_SYS_TYPES_H
/* Define if you have <unistd.h>. */
#undef HAVE_UNISTD_H
/* Define if you don't want assert-macros. */
#undef NDEBUG