~ubuntu-branches/ubuntu/maverick/bc/maverick

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2002-04-13 11:33:49 UTC
  • Revision ID: james.westby@ubuntu.com-20020413113349-hl2r1t730b91ov68
Tags: upstream-1.06
ImportĀ upstreamĀ versionĀ 1.06

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
 
2
 
 
3
/* Define to empty if the keyword does not work.  */
 
4
#undef const
 
5
 
 
6
/* Define if you don't have vprintf but do have _doprnt.  */
 
7
#undef HAVE_DOPRNT
 
8
 
 
9
/* Define if you have the vprintf function.  */
 
10
#undef HAVE_VPRINTF
 
11
 
 
12
/* Define if on MINIX.  */
 
13
#undef _MINIX
 
14
 
 
15
/* Define if the system does not provide POSIX.1 features except
 
16
   with this defined.  */
 
17
#undef _POSIX_1_SOURCE
 
18
 
 
19
/* Define if you need to in order for stat and other things to work.  */
 
20
#undef _POSIX_SOURCE
 
21
 
 
22
/* Define to `unsigned' if <sys/types.h> doesn't define.  */
 
23
#undef size_t
 
24
 
 
25
/* Define if you have the ANSI C header files.  */
 
26
#undef STDC_HEADERS
 
27
 
 
28
/* Define if lex declares yytext as a char * by default, not a char[].  */
 
29
#undef YYTEXT_POINTER
 
30
 
 
31
/* VERSION number for DC target*/
 
32
#undef DC_VERSION
 
33
 
 
34
/* COPYRIGHT notice for DC target */
 
35
#undef DC_COPYRIGHT
 
36
 
 
37
/* COPYRIGHT notice for BC target */
 
38
#undef BC_COPYRIGHT
 
39
 
 
40
/* Define to use the readline library. */
 
41
#undef READLINE
 
42
 
 
43
/* Define to use the BSD libedit library. */
 
44
#undef LIBEDIT
 
45
 
 
46
/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define.  */
 
47
#undef ptrdiff_t
 
48
 
 
49
/* Define if you have the isgraph function.  */
 
50
#undef HAVE_ISGRAPH
 
51
 
 
52
/* Define if you have the setvbuf function.  */
 
53
#undef HAVE_SETVBUF
 
54
 
 
55
/* Define if you have the <lib.h> header file.  */
 
56
#undef HAVE_LIB_H
 
57
 
 
58
/* Define if you have the <limits.h> header file.  */
 
59
#undef HAVE_LIMITS_H
 
60
 
 
61
/* Define if you have the <stdarg.h> header file.  */
 
62
#undef HAVE_STDARG_H
 
63
 
 
64
/* Define if you have the <stddef.h> header file.  */
 
65
#undef HAVE_STDDEF_H
 
66
 
 
67
/* Define if you have the <stdlib.h> header file.  */
 
68
#undef HAVE_STDLIB_H
 
69
 
 
70
/* Define if you have the <string.h> header file.  */
 
71
#undef HAVE_STRING_H
 
72
 
 
73
/* Define if you have the <unistd.h> header file.  */
 
74
#undef HAVE_UNISTD_H
 
75
 
 
76
/* Name of package */
 
77
#undef PACKAGE
 
78
 
 
79
/* Version number of package */
 
80
#undef VERSION
 
81