]> www.ginac.de Git - ginac.git/blob - config.h.in
- modified the comment blocks so the copyright message no longer appears in
[ginac.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if lex declares yytext as a char * by default, not a char[].  */
4 #undef YYTEXT_POINTER
5
6 /* Define to the name of the distribution.  */
7 #undef PACKAGE
8
9 /* Define to the version of the distribution.  */
10 #undef VERSION
11
12 /* Define if you have the <CLN/cln.h> header file.  */
13 #undef HAVE_CLN_CLN_H
14
15 /* Define if you have the <algorithm> header file.  */
16 #undef HAVE_ALGORITHM
17
18 /* Define if you have the <iostream> header file.  */
19 #undef HAVE_IOSTREAM
20
21 /* Define if you have the <iterator> header file.  */
22 #undef HAVE_ITERATOR
23
24 /* Define if you have the <list> header file.  */
25 #undef HAVE_LIST
26
27 /* Define if you have the <map> header file.  */
28 #undef HAVE_MAP
29
30 /* Define if you have the <readline/history.h> header file.  */
31 #undef HAVE_READLINE_HISTORY_H
32
33 /* Define if you have the <readline/readline.h> header file.  */
34 #undef HAVE_READLINE_READLINE_H
35
36 /* Define if you have the <stdexcept> header file.  */
37 #undef HAVE_STDEXCEPT
38
39 /* Define if you have the <string> header file.  */
40 #undef HAVE_STRING
41
42 /* Define if you have the <strstream> header file.  */
43 #undef HAVE_STRSTREAM
44
45 /* Define if you have the <typeinfo> header file.  */
46 #undef HAVE_TYPEINFO
47
48 /* Define if you have the <unistd.h> header file.  */
49 #undef HAVE_UNISTD_H
50
51 /* Define if you have the <vector> header file.  */
52 #undef HAVE_VECTOR
53
54 /* Define if you have the readline library (-lreadline).  */
55 #undef HAVE_LIBREADLINE
56
57 /* Define if you have the stdc++ library (-lstdc++).  */
58 #undef HAVE_LIBSTDC__