~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/3rdparty/qmake/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

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 if on AIX 3.
 
4
   System headers sometimes define this.
 
5
   We just want to avoid a redefinition error message.  */
 
6
#ifndef _ALL_SOURCE
 
7
#undef _ALL_SOURCE
 
8
#endif
 
9
 
 
10
/* Define if using alloca.c.  */
 
11
#undef C_ALLOCA
 
12
 
 
13
/* Define if the closedir function returns void instead of int.  */
 
14
#undef CLOSEDIR_VOID
 
15
 
 
16
/* Define to empty if the keyword does not work.  */
 
17
#undef const
 
18
 
 
19
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
 
20
   This function is required for alloca.c support on those systems.  */
 
21
#undef CRAY_STACKSEG_END
 
22
 
 
23
/* Define for DGUX with <sys/dg_sys_info.h>.  */
 
24
#undef DGUX
 
25
 
 
26
/* Define if the `getloadavg' function needs to be run setuid or setgid.  */
 
27
#undef GETLOADAVG_PRIVILEGED
 
28
 
 
29
/* Define to `int' if <sys/types.h> doesn't define.  */
 
30
#undef gid_t
 
31
 
 
32
/* Define if you have alloca, as a function or macro.  */
 
33
#undef HAVE_ALLOCA
 
34
 
 
35
/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
 
36
#undef HAVE_ALLOCA_H
 
37
 
 
38
/* Define if you don't have vprintf but do have _doprnt.  */
 
39
#undef HAVE_DOPRNT
 
40
 
 
41
/* Define if your system has a working fnmatch function.  */
 
42
#undef HAVE_FNMATCH
 
43
 
 
44
/* Define if your system has its own `getloadavg' function.  */
 
45
#undef HAVE_GETLOADAVG
 
46
 
 
47
/* Define if you have the getmntent function.  */
 
48
#undef HAVE_GETMNTENT
 
49
 
 
50
/* Define if the `long double' type works.  */
 
51
#undef HAVE_LONG_DOUBLE
 
52
 
 
53
/* Define if you support file names longer than 14 characters.  */
 
54
#undef HAVE_LONG_FILE_NAMES
 
55
 
 
56
/* Define if you have a working `mmap' system call.  */
 
57
#undef HAVE_MMAP
 
58
 
 
59
/* Define if system calls automatically restart after interruption
 
60
   by a signal.  */
 
61
#undef HAVE_RESTARTABLE_SYSCALLS
 
62
 
 
63
/* Define if your struct stat has st_blksize.  */
 
64
#undef HAVE_ST_BLKSIZE
 
65
 
 
66
/* Define if your struct stat has st_blocks.  */
 
67
#undef HAVE_ST_BLOCKS
 
68
 
 
69
/* Define if you have the strcoll function and it is properly defined.  */
 
70
#undef HAVE_STRCOLL
 
71
 
 
72
/* Define if your struct stat has st_rdev.  */
 
73
#undef HAVE_ST_RDEV
 
74
 
 
75
/* Define if you have the strftime function.  */
 
76
#undef HAVE_STRFTIME
 
77
 
 
78
/* Define if you have the ANSI # stringizing operator in cpp. */
 
79
#undef HAVE_STRINGIZE
 
80
 
 
81
/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
 
82
#undef HAVE_SYS_WAIT_H
 
83
 
 
84
/* Define if your struct tm has tm_zone.  */
 
85
#undef HAVE_TM_ZONE
 
86
 
 
87
/* Define if you don't have tm_zone but do have the external array
 
88
   tzname.  */
 
89
#undef HAVE_TZNAME
 
90
 
 
91
/* Define if you have <unistd.h>.  */
 
92
#undef HAVE_UNISTD_H
 
93
 
 
94
/* Define if utime(file, NULL) sets file's timestamp to the present.  */
 
95
#undef HAVE_UTIME_NULL
 
96
 
 
97
/* Define if you have <vfork.h>.  */
 
98
#undef HAVE_VFORK_H
 
99
 
 
100
/* Define if you have the vprintf function.  */
 
101
#undef HAVE_VPRINTF
 
102
 
 
103
/* Define if you have the wait3 system call.  */
 
104
#undef HAVE_WAIT3
 
105
 
 
106
/* Define if on MINIX.  */
 
107
#undef _MINIX
 
108
 
 
109
/* Define if your struct nlist has an n_un member.  */
 
110
#undef NLIST_NAME_UNION
 
111
 
 
112
/* Define if you have <nlist.h>.  */
 
113
#undef NLIST_STRUCT
 
114
 
 
115
/* Define if your C compiler doesn't accept -c and -o together.  */
 
116
#undef NO_MINUS_C_MINUS_O
 
117
 
 
118
/* Define to `int' if <sys/types.h> doesn't define.  */
 
119
#undef pid_t
 
120
 
 
121
/* Define if the system does not provide POSIX.1 features except
 
122
   with this defined.  */
 
123
#undef _POSIX_1_SOURCE
 
124
 
 
125
/* Define if you need to in order for stat and other things to work.  */
 
126
#undef _POSIX_SOURCE
 
127
 
 
128
/* Define as the return type of signal handlers (int or void).  */
 
129
#undef RETSIGTYPE
 
130
 
 
131
/* Define if the setvbuf function takes the buffering type as its second
 
132
   argument and the buffer pointer as the third, as on System V
 
133
   before release 3.  */
 
134
#undef SETVBUF_REVERSED
 
135
 
 
136
/* If using the C implementation of alloca, define if you know the
 
137
   direction of stack growth for your system; otherwise it will be
 
138
   automatically deduced at run-time.
 
139
 STACK_DIRECTION > 0 => grows toward higher addresses
 
140
 STACK_DIRECTION < 0 => grows toward lower addresses
 
141
 STACK_DIRECTION = 0 => direction of growth unknown
 
142
 */
 
143
#undef STACK_DIRECTION
 
144
 
 
145
/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
 
146
#undef STAT_MACROS_BROKEN
 
147
 
 
148
/* Define if you have the ANSI C header files.  */
 
149
#undef STDC_HEADERS
 
150
 
 
151
/* Define on System V Release 4.  */
 
152
#undef SVR4
 
153
 
 
154
/* Define if `sys_siglist' is declared by <signal.h>.  */
 
155
#undef SYS_SIGLIST_DECLARED
 
156
 
 
157
/* Define to `int' if <sys/types.h> doesn't define.  */
 
158
#undef uid_t
 
159
 
 
160
/* Define for Encore UMAX.  */
 
161
#undef UMAX
 
162
 
 
163
/* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h>
 
164
   instead of <sys/cpustats.h>.  */
 
165
#undef UMAX4_3
 
166
 
 
167
/* Define vfork as fork if vfork does not work.  */
 
168
#undef vfork
 
169
 
 
170
/* Define to the name of the SCCS `get' command.  */
 
171
#undef SCCS_GET
 
172
 
 
173
/* Define this if the SCCS `get' command understands the `-G<file>' option.  */
 
174
#undef SCCS_GET_MINUS_G
 
175
 
 
176
/* Define this to enable job server support in GNU make.  */
 
177
#undef MAKE_JOBSERVER
 
178
 
 
179
/* Define to be the nanoseconds member of struct stat's st_mtim,
 
180
   if it exists.  */
 
181
#undef ST_MTIM_NSEC
 
182
 
 
183
/* Define this if the C library defines the variable `sys_siglist'.  */
 
184
#undef HAVE_SYS_SIGLIST
 
185
 
 
186
/* Define this if the C library defines the variable `_sys_siglist'.  */
 
187
#undef HAVE__SYS_SIGLIST
 
188
 
 
189
/* Define this if you have the `union wait' type in <sys/wait.h>.  */
 
190
#undef HAVE_UNION_WAIT
 
191
 
 
192
/* Define to `unsigned long' or `unsigned long long'
 
193
   if <inttypes.h> doesn't define.  */
 
194
#undef uintmax_t
 
195
 
 
196
/* Define if the system doesn't provide fd_set.  */
 
197
#undef fd_set
 
198
 
 
199
/* Define the type of the first arg to select().  */
 
200
#undef fd_set_size_t
 
201
 
 
202
/* Define this if select() args need to be cast away from fd_set (HP-UX).  */
 
203
#undef SELECT_FD_SET_CAST
 
204
 
 
205
/* Define if you have the INTTYPES_H function.  */
 
206
#undef HAVE_INTTYPES_H
 
207
 
 
208
/* Define if you have the clock_gettime function.  */
 
209
#undef HAVE_CLOCK_GETTIME
 
210
 
 
211
/* Define if you have the dup2 function.  */
 
212
#undef HAVE_DUP2
 
213
 
 
214
/* Define if you have the getcwd function.  */
 
215
#undef HAVE_GETCWD
 
216
 
 
217
/* Define if you have the getgroups function.  */
 
218
#undef HAVE_GETGROUPS
 
219
 
 
220
/* Define if you have the gethostbyname function.  */
 
221
#undef HAVE_GETHOSTBYNAME
 
222
 
 
223
/* Define if you have the gethostname function.  */
 
224
#undef HAVE_GETHOSTNAME
 
225
 
 
226
/* Define if you have the getloadavg function.  */
 
227
#undef HAVE_GETLOADAVG
 
228
 
 
229
/* Define if you have the memmove function.  */
 
230
#undef HAVE_MEMMOVE
 
231
 
 
232
/* Define if you have the mktemp function.  */
 
233
#undef HAVE_MKTEMP
 
234
 
 
235
/* Define if you have the pipe function.  */
 
236
#undef HAVE_PIPE
 
237
 
 
238
/* Define if you have the psignal function.  */
 
239
#undef HAVE_PSIGNAL
 
240
 
 
241
/* Define if you have the pstat_getdynamic function.  */
 
242
#undef HAVE_PSTAT_GETDYNAMIC
 
243
 
 
244
/* Define if you have the select function.  */
 
245
#undef HAVE_SELECT
 
246
 
 
247
/* Define if you have the setegid function.  */
 
248
#undef HAVE_SETEGID
 
249
 
 
250
/* Define if you have the seteuid function.  */
 
251
#undef HAVE_SETEUID
 
252
 
 
253
/* Define if you have the setlinebuf function.  */
 
254
#undef HAVE_SETLINEBUF
 
255
 
 
256
/* Define if you have the setregid function.  */
 
257
#undef HAVE_SETREGID
 
258
 
 
259
/* Define if you have the setreuid function.  */
 
260
#undef HAVE_SETREUID
 
261
 
 
262
/* Define if you have the sigaction function.  */
 
263
#undef HAVE_SIGACTION
 
264
 
 
265
/* Define if you have the sigsetmask function.  */
 
266
#undef HAVE_SIGSETMASK
 
267
 
 
268
/* Define if you have the socket function.  */
 
269
#undef HAVE_SOCKET
 
270
 
 
271
/* Define if you have the strcasecmp function.  */
 
272
#undef HAVE_STRCASECMP
 
273
 
 
274
/* Define if you have the strdup function.  */
 
275
#undef HAVE_STRDUP
 
276
 
 
277
/* Define if you have the strerror function.  */
 
278
#undef HAVE_STRERROR
 
279
 
 
280
/* Define if you have the strsignal function.  */
 
281
#undef HAVE_STRSIGNAL
 
282
 
 
283
/* Define if you have the wait3 function.  */
 
284
#undef HAVE_WAIT3
 
285
 
 
286
/* Define if you have the waitpid function.  */
 
287
#undef HAVE_WAITPID
 
288
 
 
289
/* Define if you have the <dirent.h> header file.  */
 
290
#undef HAVE_DIRENT_H
 
291
 
 
292
/* Define if you have the <dmalloc.h> header file.  */
 
293
#undef HAVE_DMALLOC_H
 
294
 
 
295
/* Define if you have the <fcntl.h> header file.  */
 
296
#undef HAVE_FCNTL_H
 
297
 
 
298
/* Define if you have the <limits.h> header file.  */
 
299
#undef HAVE_LIMITS_H
 
300
 
 
301
/* Define if you have the <mach/mach.h> header file.  */
 
302
#undef HAVE_MACH_MACH_H
 
303
 
 
304
/* Define if you have the <memory.h> header file.  */
 
305
#undef HAVE_MEMORY_H
 
306
 
 
307
/* Define if you have the <ndir.h> header file.  */
 
308
#undef HAVE_NDIR_H
 
309
 
 
310
/* Define if you have the <stdlib.h> header file.  */
 
311
#undef HAVE_STDLIB_H
 
312
 
 
313
/* Define if you have the <string.h> header file.  */
 
314
#undef HAVE_STRING_H
 
315
 
 
316
/* Define if you have the <sys/dir.h> header file.  */
 
317
#undef HAVE_SYS_DIR_H
 
318
 
 
319
/* Define if you have the <sys/ndir.h> header file.  */
 
320
#undef HAVE_SYS_NDIR_H
 
321
 
 
322
/* Define if you have the <sys/param.h> header file.  */
 
323
#undef HAVE_SYS_PARAM_H
 
324
 
 
325
/* Define if you have the <sys/select.h> header file.  */
 
326
#undef HAVE_SYS_SELECT_H
 
327
 
 
328
/* Define if you have the <sys/socket.h> header file.  */
 
329
#undef HAVE_SYS_SOCKET_H
 
330
 
 
331
/* Define if you have the <sys/time.h> header file.  */
 
332
#undef HAVE_SYS_TIME_H
 
333
 
 
334
/* Define if you have the <sys/timeb.h> header file.  */
 
335
#undef HAVE_SYS_TIMEB_H
 
336
 
 
337
/* Define if you have the <sys/types.h> header file.  */
 
338
#undef HAVE_SYS_TYPES_H
 
339
 
 
340
/* Define if you have the <sys/wait.h> header file.  */
 
341
#undef HAVE_SYS_WAIT_H
 
342
 
 
343
/* Define if you have the <unistd.h> header file.  */
 
344
#undef HAVE_UNISTD_H
 
345
 
 
346
/* Define if you have the dgc library (-ldgc).  */
 
347
#undef HAVE_LIBDGC
 
348
 
 
349
/* Define if you have the dmalloc library (-ldmalloc).  */
 
350
#undef HAVE_LIBDMALLOC
 
351
 
 
352
/* Define if you have the kstat library (-lkstat).  */
 
353
#undef HAVE_LIBKSTAT
 
354
 
 
355
/* Define if you have the posix4 library (-lposix4).  */
 
356
#undef HAVE_LIBPOSIX4
 
357
 
 
358
/* Define if you have the sun library (-lsun).  */
 
359
#undef HAVE_LIBSUN
 
360
 
 
361
/* Name of package */
 
362
#undef PACKAGE
 
363
 
 
364
/* Version number of package */
 
365
#undef VERSION
 
366
 
 
367
/* Number of bits in a file offset, on hosts where this is settable. */
 
368
#undef _FILE_OFFSET_BITS
 
369
 
 
370
/* Define to make fseeko etc. visible, on some hosts. */
 
371
#undef _LARGEFILE_SOURCE
 
372
 
 
373
/* Define for large files, on AIX-style hosts. */
 
374
#undef _LARGE_FILES
 
375
 
 
376
/* Build host information. */
 
377
#undef MAKE_HOST
 
378