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