~ubuntu-branches/ubuntu/hardy/sigscheme/hardy-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2006-05-23 21:46:41 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060523214641-6ix4gz34wpiehub8
Tags: 0.5.0-2
* debian/control (Build-Depends): Added ruby.
  Thanks to Frederik Schueler.  Closes: #368571
* debian/rules (clean): invoke 'distclean' instead of 'clean'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.in by autoheader.  */
 
2
 
 
3
/* Define to 1 if you have the `asprintf' function. */
 
4
#undef HAVE_ASPRINTF
 
5
 
 
6
/* Define to 1 if you have the <dlfcn.h> header file. */
 
7
#undef HAVE_DLFCN_H
 
8
 
 
9
/* Define to 1 if you have the `fileno' function. */
 
10
#undef HAVE_FILENO
 
11
 
 
12
/* Define to 1 if you have the `getpagesize' function. */
 
13
#undef HAVE_GETPAGESIZE
 
14
 
 
15
/* Define to 1 if you have the GNU libc. */
 
16
#undef HAVE_GLIBC
 
17
 
 
18
/* Define to 1 if you have the <inttypes.h> header file. */
 
19
#undef HAVE_INTTYPES_H
 
20
 
 
21
/* Define to 1 if you have the <limits.h> header file. */
 
22
#undef HAVE_LIMITS_H
 
23
 
 
24
/* Define to 1 if you have the <malloc.h> header file. */
 
25
#undef HAVE_MALLOC_H
 
26
 
 
27
/* Define to 1 if you have the <memory.h> header file. */
 
28
#undef HAVE_MEMORY_H
 
29
 
 
30
/* Define if `malloc'ing more than one page always returns a page-aligned
 
31
   address. */
 
32
#undef HAVE_PAGE_ALIGNED_MALLOC
 
33
 
 
34
/* Define to 1 if you have the `posix_memalign' function. */
 
35
#undef HAVE_POSIX_MEMALIGN
 
36
 
 
37
/* Define to 1 if you have the `snprintf' function. */
 
38
#undef HAVE_SNPRINTF
 
39
 
 
40
/* Define to 1 if you have the <stddef.h> header file. */
 
41
#undef HAVE_STDDEF_H
 
42
 
 
43
/* Define to 1 if you have the <stdint.h> header file. */
 
44
#undef HAVE_STDINT_H
 
45
 
 
46
/* Define to 1 if you have the <stdlib.h> header file. */
 
47
#undef HAVE_STDLIB_H
 
48
 
 
49
/* Define to 1 if you have the `strcasecmp' function. */
 
50
#undef HAVE_STRCASECMP
 
51
 
 
52
/* Define to 1 if you have the `strdup' function. */
 
53
#undef HAVE_STRDUP
 
54
 
 
55
/* Define to 1 if cpp supports the ANSI # stringizing operator. */
 
56
#undef HAVE_STRINGIZE
 
57
 
 
58
/* Define to 1 if you have the <strings.h> header file. */
 
59
#undef HAVE_STRINGS_H
 
60
 
 
61
/* Define to 1 if you have the <string.h> header file. */
 
62
#undef HAVE_STRING_H
 
63
 
 
64
/* Define to 1 if you have the `strtoimax' function. */
 
65
#undef HAVE_STRTOIMAX
 
66
 
 
67
/* Define to 1 if you have the `strtoll' function. */
 
68
#undef HAVE_STRTOLL
 
69
 
 
70
/* Define to 1 if you have the <sys/stat.h> header file. */
 
71
#undef HAVE_SYS_STAT_H
 
72
 
 
73
/* Define to 1 if you have the <sys/types.h> header file. */
 
74
#undef HAVE_SYS_TYPES_H
 
75
 
 
76
/* Define to 1 if you have the <unistd.h> header file. */
 
77
#undef HAVE_UNISTD_H
 
78
 
 
79
/* Define to 1 if you have the `vasprintf' function. */
 
80
#undef HAVE_VASPRINTF
 
81
 
 
82
/* define if your compiler has __attribute__ */
 
83
#undef HAVE___ATTRIBUTE__
 
84
 
 
85
/* Name of package */
 
86
#undef PACKAGE
 
87
 
 
88
/* Define to the address where bug reports for this package should be sent. */
 
89
#undef PACKAGE_BUGREPORT
 
90
 
 
91
/* Define to the full name of this package. */
 
92
#undef PACKAGE_NAME
 
93
 
 
94
/* Define to the full name and version of this package. */
 
95
#undef PACKAGE_STRING
 
96
 
 
97
/* Define to the one symbol short name of this package. */
 
98
#undef PACKAGE_TARNAME
 
99
 
 
100
/* Define to the version of this package. */
 
101
#undef PACKAGE_VERSION
 
102
 
 
103
/* The size of `char', as computed by sizeof. */
 
104
#undef SIZEOF_CHAR
 
105
 
 
106
/* The size of `int', as computed by sizeof. */
 
107
#undef SIZEOF_INT
 
108
 
 
109
/* The size of `int16_t', as computed by sizeof. */
 
110
#undef SIZEOF_INT16_T
 
111
 
 
112
/* The size of `int32_t', as computed by sizeof. */
 
113
#undef SIZEOF_INT32_T
 
114
 
 
115
/* The size of `int64_t', as computed by sizeof. */
 
116
#undef SIZEOF_INT64_T
 
117
 
 
118
/* The size of `intmax_t', as computed by sizeof. */
 
119
#undef SIZEOF_INTMAX_T
 
120
 
 
121
/* The size of `intptr_t', as computed by sizeof. */
 
122
#undef SIZEOF_INTPTR_T
 
123
 
 
124
/* The size of `int_fast32_t', as computed by sizeof. */
 
125
#undef SIZEOF_INT_FAST32_T
 
126
 
 
127
/* The size of `long', as computed by sizeof. */
 
128
#undef SIZEOF_LONG
 
129
 
 
130
/* The size of `long long', as computed by sizeof. */
 
131
#undef SIZEOF_LONG_LONG
 
132
 
 
133
/* The size of `short', as computed by sizeof. */
 
134
#undef SIZEOF_SHORT
 
135
 
 
136
/* The size of `size_t', as computed by sizeof. */
 
137
#undef SIZEOF_SIZE_T
 
138
 
 
139
/* The size of `void*', as computed by sizeof. */
 
140
#undef SIZEOF_VOIDP
 
141
 
 
142
/* The size of `void *', as computed by sizeof. */
 
143
#undef SIZEOF_VOID_P
 
144
 
 
145
/* Define to 1 if you have the ANSI C header files. */
 
146
#undef STDC_HEADERS
 
147
 
 
148
/* Version number of package */
 
149
#undef VERSION
 
150
 
 
151
/* Define to 1 if your processor stores words with the most significant byte
 
152
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
153
#undef WORDS_BIGENDIAN
 
154
 
 
155
/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
 
156
#ifndef __CHAR_UNSIGNED__
 
157
# undef __CHAR_UNSIGNED__
 
158
#endif
 
159
 
 
160
/* Define to empty if `const' does not conform to ANSI C. */
 
161
#undef const
 
162
 
 
163
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
164
#undef size_t
 
165
 
 
166
/* Define to empty if the keyword `volatile' does not work. Warning: valid
 
167
   code using `volatile' can become incorrect without. Disable with care. */
 
168
#undef volatile