~ubuntu-branches/ubuntu/saucy/biosdevname/saucy-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-02-23 17:58:36 UTC
  • Revision ID: james.westby@ubuntu.com-20110223175836-4f0cbcno9zm0lmdu
Tags: upstream-0.3.7
ImportĀ upstreamĀ versionĀ 0.3.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
 
4
   systems. This function is required for `alloca.c' support on those systems.
 
5
   */
 
6
#undef CRAY_STACKSEG_END
 
7
 
 
8
/* Define to 1 if using `alloca.c'. */
 
9
#undef C_ALLOCA
 
10
 
 
11
/* Define to 1 if you have `alloca', as a function or macro. */
 
12
#undef HAVE_ALLOCA
 
13
 
 
14
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 
15
   */
 
16
#undef HAVE_ALLOCA_H
 
17
 
 
18
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 
19
#undef HAVE_DOPRNT
 
20
 
 
21
/* Define to 1 if you have the `dup2' function. */
 
22
#undef HAVE_DUP2
 
23
 
 
24
/* Define to 1 if you have the <fcntl.h> header file. */
 
25
#undef HAVE_FCNTL_H
 
26
 
 
27
/* Define to 1 if you have the `fork' function. */
 
28
#undef HAVE_FORK
 
29
 
 
30
/* Define to 1 if you have the `getpagesize' function. */
 
31
#undef HAVE_GETPAGESIZE
 
32
 
 
33
/* Define to 1 if you have the `gettimeofday' function. */
 
34
#undef HAVE_GETTIMEOFDAY
 
35
 
 
36
/* Define to 1 if you have the <inttypes.h> header file. */
 
37
#undef HAVE_INTTYPES_H
 
38
 
 
39
/* Define to 1 if you have the `c' library (-lc). */
 
40
#undef HAVE_LIBC
 
41
 
 
42
/* Define to 1 if you have the <limits.h> header file. */
 
43
#undef HAVE_LIMITS_H
 
44
 
 
45
/* Define to 1 if you have the <locale.h> header file. */
 
46
#undef HAVE_LOCALE_H
 
47
 
 
48
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
49
   to 0 otherwise. */
 
50
#undef HAVE_MALLOC
 
51
 
 
52
/* Define to 1 if you have the <memory.h> header file. */
 
53
#undef HAVE_MEMORY_H
 
54
 
 
55
/* Define to 1 if you have the `memset' function. */
 
56
#undef HAVE_MEMSET
 
57
 
 
58
/* Define to 1 if you have a working `mmap' system call. */
 
59
#undef HAVE_MMAP
 
60
 
 
61
/* Define to 1 if you have the `munmap' function. */
 
62
#undef HAVE_MUNMAP
 
63
 
 
64
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
 
65
   and to 0 otherwise. */
 
66
#undef HAVE_REALLOC
 
67
 
 
68
/* Define to 1 if you have the `realpath' function. */
 
69
#undef HAVE_REALPATH
 
70
 
 
71
/* Define to 1 if you have the `select' function. */
 
72
#undef HAVE_SELECT
 
73
 
 
74
/* Define to 1 if you have the `socket' function. */
 
75
#undef HAVE_SOCKET
 
76
 
 
77
/* Define to 1 if `stat' has the bug that it succeeds when given the
 
78
   zero-length file name argument. */
 
79
#undef HAVE_STAT_EMPTY_STRING_BUG
 
80
 
 
81
/* Define to 1 if you have the <stddef.h> header file. */
 
82
#undef HAVE_STDDEF_H
 
83
 
 
84
/* Define to 1 if you have the <stdint.h> header file. */
 
85
#undef HAVE_STDINT_H
 
86
 
 
87
/* Define to 1 if you have the <stdlib.h> header file. */
 
88
#undef HAVE_STDLIB_H
 
89
 
 
90
/* Define to 1 if you have the `strcasecmp' function. */
 
91
#undef HAVE_STRCASECMP
 
92
 
 
93
/* Define to 1 if you have the `strchr' function. */
 
94
#undef HAVE_STRCHR
 
95
 
 
96
/* Define to 1 if you have the `strdup' function. */
 
97
#undef HAVE_STRDUP
 
98
 
 
99
/* Define to 1 if you have the `strerror' function. */
 
100
#undef HAVE_STRERROR
 
101
 
 
102
/* Define to 1 if you have the <strings.h> header file. */
 
103
#undef HAVE_STRINGS_H
 
104
 
 
105
/* Define to 1 if you have the <string.h> header file. */
 
106
#undef HAVE_STRING_H
 
107
 
 
108
/* Define to 1 if you have the `strncasecmp' function. */
 
109
#undef HAVE_STRNCASECMP
 
110
 
 
111
/* Define to 1 if you have the `strpbrk' function. */
 
112
#undef HAVE_STRPBRK
 
113
 
 
114
/* Define to 1 if you have the `strrchr' function. */
 
115
#undef HAVE_STRRCHR
 
116
 
 
117
/* Define to 1 if you have the `strstr' function. */
 
118
#undef HAVE_STRSTR
 
119
 
 
120
/* Define to 1 if you have the `strtol' function. */
 
121
#undef HAVE_STRTOL
 
122
 
 
123
/* Define to 1 if you have the `strtoul' function. */
 
124
#undef HAVE_STRTOUL
 
125
 
 
126
/* Define to 1 if `domain' is a member of `struct pci_dev'. */
 
127
#undef HAVE_STRUCT_PCI_DEV_DOMAIN
 
128
 
 
129
/* Define to 1 if you have the <syslog.h> header file. */
 
130
#undef HAVE_SYSLOG_H
 
131
 
 
132
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
133
#undef HAVE_SYS_IOCTL_H
 
134
 
 
135
/* Define to 1 if you have the <sys/param.h> header file. */
 
136
#undef HAVE_SYS_PARAM_H
 
137
 
 
138
/* Define to 1 if you have the <sys/select.h> header file. */
 
139
#undef HAVE_SYS_SELECT_H
 
140
 
 
141
/* Define to 1 if you have the <sys/socket.h> header file. */
 
142
#undef HAVE_SYS_SOCKET_H
 
143
 
 
144
/* Define to 1 if you have the <sys/stat.h> header file. */
 
145
#undef HAVE_SYS_STAT_H
 
146
 
 
147
/* Define to 1 if you have the <sys/time.h> header file. */
 
148
#undef HAVE_SYS_TIME_H
 
149
 
 
150
/* Define to 1 if you have the <sys/types.h> header file. */
 
151
#undef HAVE_SYS_TYPES_H
 
152
 
 
153
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 
154
#undef HAVE_SYS_WAIT_H
 
155
 
 
156
/* Define to 1 if you have the <unistd.h> header file. */
 
157
#undef HAVE_UNISTD_H
 
158
 
 
159
/* Define to 1 if you have the `vfork' function. */
 
160
#undef HAVE_VFORK
 
161
 
 
162
/* Define to 1 if you have the <vfork.h> header file. */
 
163
#undef HAVE_VFORK_H
 
164
 
 
165
/* Define to 1 if you have the `vprintf' function. */
 
166
#undef HAVE_VPRINTF
 
167
 
 
168
/* Define to 1 if `fork' works. */
 
169
#undef HAVE_WORKING_FORK
 
170
 
 
171
/* Define to 1 if `vfork' works. */
 
172
#undef HAVE_WORKING_VFORK
 
173
 
 
174
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
175
   slash. */
 
176
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
 
177
 
 
178
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
179
#undef NO_MINUS_C_MINUS_O
 
180
 
 
181
/* Name of package */
 
182
#undef PACKAGE
 
183
 
 
184
/* Define to the address where bug reports for this package should be sent. */
 
185
#undef PACKAGE_BUGREPORT
 
186
 
 
187
/* Define to the full name of this package. */
 
188
#undef PACKAGE_NAME
 
189
 
 
190
/* Define to the full name and version of this package. */
 
191
#undef PACKAGE_STRING
 
192
 
 
193
/* Define to the one symbol short name of this package. */
 
194
#undef PACKAGE_TARNAME
 
195
 
 
196
/* Define to the home page for this package. */
 
197
#undef PACKAGE_URL
 
198
 
 
199
/* Define to the version of this package. */
 
200
#undef PACKAGE_VERSION
 
201
 
 
202
/* Define to the type of arg 1 for `select'. */
 
203
#undef SELECT_TYPE_ARG1
 
204
 
 
205
/* Define to the type of args 2, 3 and 4 for `select'. */
 
206
#undef SELECT_TYPE_ARG234
 
207
 
 
208
/* Define to the type of arg 5 for `select'. */
 
209
#undef SELECT_TYPE_ARG5
 
210
 
 
211
/* If using the C implementation of alloca, define if you know the
 
212
   direction of stack growth for your system; otherwise it will be
 
213
   automatically deduced at runtime.
 
214
        STACK_DIRECTION > 0 => grows toward higher addresses
 
215
        STACK_DIRECTION < 0 => grows toward lower addresses
 
216
        STACK_DIRECTION = 0 => direction of growth unknown */
 
217
#undef STACK_DIRECTION
 
218
 
 
219
/* Define to 1 if you have the ANSI C header files. */
 
220
#undef STDC_HEADERS
 
221
 
 
222
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
223
#undef TIME_WITH_SYS_TIME
 
224
 
 
225
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
 
226
#undef TM_IN_SYS_TIME
 
227
 
 
228
/* Enable extensions on AIX 3, Interix.  */
 
229
#ifndef _ALL_SOURCE
 
230
# undef _ALL_SOURCE
 
231
#endif
 
232
/* Enable GNU extensions on systems that have them.  */
 
233
#ifndef _GNU_SOURCE
 
234
# undef _GNU_SOURCE
 
235
#endif
 
236
/* Enable threading extensions on Solaris.  */
 
237
#ifndef _POSIX_PTHREAD_SEMANTICS
 
238
# undef _POSIX_PTHREAD_SEMANTICS
 
239
#endif
 
240
/* Enable extensions on HP NonStop.  */
 
241
#ifndef _TANDEM_SOURCE
 
242
# undef _TANDEM_SOURCE
 
243
#endif
 
244
/* Enable general extensions on Solaris.  */
 
245
#ifndef __EXTENSIONS__
 
246
# undef __EXTENSIONS__
 
247
#endif
 
248
 
 
249
 
 
250
/* Version number of package */
 
251
#undef VERSION
 
252
 
 
253
/* Define to 1 if on MINIX. */
 
254
#undef _MINIX
 
255
 
 
256
/* Define to 2 if the system does not provide POSIX.1 features except with
 
257
   this defined. */
 
258
#undef _POSIX_1_SOURCE
 
259
 
 
260
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
261
#undef _POSIX_SOURCE
 
262
 
 
263
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
 
264
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
 
265
   #define below would cause a syntax error. */
 
266
#undef _UINT8_T
 
267
 
 
268
/* Define to empty if `const' does not conform to ANSI C. */
 
269
#undef const
 
270
 
 
271
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
272
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
273
#ifndef __cplusplus
 
274
#undef inline
 
275
#endif
 
276
 
 
277
/* Define to rpl_malloc if the replacement function should be used. */
 
278
#undef malloc
 
279
 
 
280
/* Define to `long int' if <sys/types.h> does not define. */
 
281
#undef off_t
 
282
 
 
283
/* Define to `int' if <sys/types.h> does not define. */
 
284
#undef pid_t
 
285
 
 
286
/* Define to rpl_realloc if the replacement function should be used. */
 
287
#undef realloc
 
288
 
 
289
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
290
#undef size_t
 
291
 
 
292
/* Define to `int' if <sys/types.h> does not define. */
 
293
#undef ssize_t
 
294
 
 
295
/* Define to the type of an unsigned integer type of width exactly 16 bits if
 
296
   such a type exists and the standard includes do not define it. */
 
297
#undef uint16_t
 
298
 
 
299
/* Define to the type of an unsigned integer type of width exactly 8 bits if
 
300
   such a type exists and the standard includes do not define it. */
 
301
#undef uint8_t
 
302
 
 
303
/* Define as `fork' if `vfork' does not work. */
 
304
#undef vfork