Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/coreutils/src/compat/config.h
1067 views
1
/* config.h.in. Generated from configure.ac by autoheader. */
2
3
/* Define to the type of elements in the array set by `getgroups'. Usually
4
this is either `int' or `gid_t'. */
5
#undef GETGROUPS_T
6
7
/* Define to 1 if you have the `alarm' function. */
8
#undef HAVE_ALARM
9
10
/* Define to 1 if you have the `atexit' function. */
11
#undef HAVE_ATEXIT
12
13
/* Define to 1 if you have the `btowc' function. */
14
#undef HAVE_BTOWC
15
16
/* Define to 1 if you have the `bzero' function. */
17
#undef HAVE_BZERO
18
19
/* Define to 1 if you have the `clock_gettime' function. */
20
#undef HAVE_CLOCK_GETTIME
21
22
/* Define to 1 if you have the `dup2' function. */
23
#undef HAVE_DUP2
24
25
/* Define to 1 if you have the `endpwent' function. */
26
#undef HAVE_ENDPWENT
27
28
/* Define to 1 if you have the <fcntl.h> header file. */
29
#undef HAVE_FCNTL_H
30
31
/* Define to 1 if you have the `fork' function. */
32
#undef HAVE_FORK
33
34
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
35
#undef HAVE_FSEEKO
36
37
/* Define to 1 if you have the `ftruncate' function. */
38
#undef HAVE_FTRUNCATE
39
40
/* Define to 1 if you have the `getcwd' function. */
41
#undef HAVE_GETCWD
42
43
/* Define to 1 if you have the `getdelim' function. */
44
#undef HAVE_GETDELIM
45
46
/* Define to 1 if your system has a working `getgroups' function. */
47
#undef HAVE_GETGROUPS
48
49
/* Define to 1 if you have the `getmntinfo' function. */
50
#undef HAVE_GETMNTINFO
51
52
/* Define to 1 if you have the `getpagesize' function. */
53
#undef HAVE_GETPAGESIZE
54
55
/* Define to 1 if you have the `gettimeofday' function. */
56
#undef HAVE_GETTIMEOFDAY
57
58
/* Define to 1 if you have the `getusershell' function. */
59
#undef HAVE_GETUSERSHELL
60
61
/* Define to 1 if you have the <inttypes.h> header file. */
62
#undef HAVE_INTTYPES_H
63
64
/* Define to 1 if you have the `isascii' function. */
65
#undef HAVE_ISASCII
66
67
/* Define to 1 if you have the `iswprint' function. */
68
#undef HAVE_ISWPRINT
69
70
/* Define to 1 if you have the <langinfo.h> header file. */
71
#undef HAVE_LANGINFO_H
72
73
/* Define to 1 if you have the `lchown' function. */
74
#undef HAVE_LCHOWN
75
76
/* Define to 1 if you have the <limits.h> header file. */
77
#undef HAVE_LIMITS_H
78
79
/* Define to 1 if you have the `localeconv' function. */
80
#undef HAVE_LOCALECONV
81
82
/* Define to 1 if you have the <locale.h> header file. */
83
#undef HAVE_LOCALE_H
84
85
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
86
to 0 otherwise. */
87
#undef HAVE_MALLOC
88
89
/* Define to 1 if you have the `mblen' function. */
90
#undef HAVE_MBLEN
91
92
/* Define to 1 if you have the `mbrlen' function. */
93
#undef HAVE_MBRLEN
94
95
/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
96
#undef HAVE_MBRTOWC
97
98
/* Define to 1 if you have the `memchr' function. */
99
#undef HAVE_MEMCHR
100
101
/* Define to 1 if you have the `memmove' function. */
102
#undef HAVE_MEMMOVE
103
104
/* Define to 1 if you have the `memset' function. */
105
#undef HAVE_MEMSET
106
107
/* Define to 1 if you have the <minix/config.h> header file. */
108
#undef HAVE_MINIX_CONFIG_H
109
110
/* Define to 1 if you have the `mkdir' function. */
111
#undef HAVE_MKDIR
112
113
/* Define to 1 if you have the `mkfifo' function. */
114
#undef HAVE_MKFIFO
115
116
/* Define to 1 if you have a working `mmap' system call. */
117
#undef HAVE_MMAP
118
119
/* Define to 1 if you have the `munmap' function. */
120
#undef HAVE_MUNMAP
121
122
/* Define to 1 if you have the `nl_langinfo' function. */
123
#undef HAVE_NL_LANGINFO
124
125
/* Define to 1 if you have the <paths.h> header file. */
126
#undef HAVE_PATHS_H
127
128
/* Define to 1 if the system has the type `ptrdiff_t'. */
129
#undef HAVE_PTRDIFF_T
130
131
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
132
and to 0 otherwise. */
133
#undef HAVE_REALLOC
134
135
/* Define to 1 if you have the `reallocarray' function. */
136
#undef HAVE_REALLOCARRAY
137
138
/* Define to 1 if you have the `realpath' function. */
139
#undef HAVE_REALPATH
140
141
/* Define to 1 if you have the `regcomp' function. */
142
#undef HAVE_REGCOMP
143
144
/* Define to 1 if you have the `rmdir' function. */
145
#undef HAVE_RMDIR
146
147
/* Define to 1 if you have the `setenv' function. */
148
#undef HAVE_SETENV
149
150
/* Define to 1 if you have the `setlocale' function. */
151
#undef HAVE_SETLOCALE
152
153
/* Define to 1 if you have the <stddef.h> header file. */
154
#undef HAVE_STDDEF_H
155
156
/* Define to 1 if you have the <stdint.h> header file. */
157
#undef HAVE_STDINT_H
158
159
/* Define to 1 if you have the <stdio.h> header file. */
160
#undef HAVE_STDIO_H
161
162
/* Define to 1 if you have the <stdlib.h> header file. */
163
#undef HAVE_STDLIB_H
164
165
/* Define to 1 if you have the `strchr' function. */
166
#undef HAVE_STRCHR
167
168
/* Define to 1 if you have the `strcoll' function and it is properly defined.
169
*/
170
#undef HAVE_STRCOLL
171
172
/* Define to 1 if you have the `strcspn' function. */
173
#undef HAVE_STRCSPN
174
175
/* Define to 1 if you have the `strdup' function. */
176
#undef HAVE_STRDUP
177
178
/* Define to 1 if you have the `strerror' function. */
179
#undef HAVE_STRERROR
180
181
/* Define to 1 if you have the <strings.h> header file. */
182
#undef HAVE_STRINGS_H
183
184
/* Define to 1 if you have the <string.h> header file. */
185
#undef HAVE_STRING_H
186
187
/* Define to 1 if you have the `strpbrk' function. */
188
#undef HAVE_STRPBRK
189
190
/* Define to 1 if you have the `strrchr' function. */
191
#undef HAVE_STRRCHR
192
193
/* Define to 1 if you have the `strspn' function. */
194
#undef HAVE_STRSPN
195
196
/* Define to 1 if you have the `strstr' function. */
197
#undef HAVE_STRSTR
198
199
/* Define to 1 if you have the `strtol' function. */
200
#undef HAVE_STRTOL
201
202
/* Define to 1 if you have the `strtoul' function. */
203
#undef HAVE_STRTOUL
204
205
/* Define to 1 if you have the `strtoull' function. */
206
#undef HAVE_STRTOULL
207
208
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
209
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
210
211
/* Define to 1 if `st_blocks' is a member of `struct stat'. */
212
#undef HAVE_STRUCT_STAT_ST_BLOCKS
213
214
/* Define to 1 if `st_rdev' is a member of `struct stat'. */
215
#undef HAVE_STRUCT_STAT_ST_RDEV
216
217
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
218
`HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
219
#undef HAVE_ST_BLOCKS
220
221
/* Define to 1 if you have the <syslog.h> header file. */
222
#undef HAVE_SYSLOG_H
223
224
/* Define to 1 if you have the <sys/file.h> header file. */
225
#undef HAVE_SYS_FILE_H
226
227
/* Define to 1 if you have the <sys/ioctl.h> header file. */
228
#define HAVE_SYS_IOCTL_H 1
229
230
/* Define to 1 if you have the <sys/mount.h> header file. */
231
#undef HAVE_SYS_MOUNT_H
232
233
/* Define to 1 if you have the <sys/param.h> header file. */
234
#undef HAVE_SYS_PARAM_H
235
236
/* Define to 1 if you have the <sys/socket.h> header file. */
237
#undef HAVE_SYS_SOCKET_H
238
239
/* Define to 1 if you have the <sys/stat.h> header file. */
240
#undef HAVE_SYS_STAT_H
241
242
/* Define to 1 if you have the <sys/time.h> header file. */
243
#undef HAVE_SYS_TIME_H
244
245
/* Define to 1 if you have the <sys/types.h> header file. */
246
#undef HAVE_SYS_TYPES_H
247
248
/* Define to 1 if you have the <termios.h> header file. */
249
#define HAVE_TERMIOS_H 1
250
251
/* Define to 1 if you have the `uname' function. */
252
#undef HAVE_UNAME
253
254
/* Define to 1 if you have the <unistd.h> header file. */
255
#undef HAVE_UNISTD_H
256
257
/* Define to 1 if you have the <utmp.h> header file. */
258
#undef HAVE_UTMP_H
259
260
/* Define to 1 if you have the `vfork' function. */
261
#undef HAVE_VFORK
262
263
/* Define to 1 if you have the <vfork.h> header file. */
264
#undef HAVE_VFORK_H
265
266
/* Define to 1 if you have the <wchar.h> header file. */
267
#undef HAVE_WCHAR_H
268
269
/* Define to 1 if you have the <wctype.h> header file. */
270
#undef HAVE_WCTYPE_H
271
272
/* Define to 1 if you have the `wcwidth' function. */
273
#undef HAVE_WCWIDTH
274
275
/* Define to 1 if `fork' works. */
276
#undef HAVE_WORKING_FORK
277
278
/* Define to 1 if `vfork' works. */
279
#undef HAVE_WORKING_VFORK
280
281
/* Define to 1 if the system has the type `_Bool'. */
282
#undef HAVE__BOOL
283
284
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
285
slash. */
286
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
287
288
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
289
*/
290
#undef MAJOR_IN_MKDEV
291
292
/* Define to 1 if `major', `minor', and `makedev' are declared in
293
<sysmacros.h>. */
294
#undef MAJOR_IN_SYSMACROS
295
296
/* Define to the address where bug reports for this package should be sent. */
297
#undef PACKAGE_BUGREPORT
298
299
/* Define to the full name of this package. */
300
#undef PACKAGE_NAME
301
302
/* Define to the full name and version of this package. */
303
#undef PACKAGE_STRING
304
305
/* Define to the one symbol short name of this package. */
306
#undef PACKAGE_TARNAME
307
308
/* Define to the home page for this package. */
309
#undef PACKAGE_URL
310
311
/* Define to the version of this package. */
312
#undef PACKAGE_VERSION
313
314
/* Define to 1 if all of the C90 standard headers exist (not just the ones
315
required in a freestanding environment). This macro is provided for
316
backward compatibility; new code need not use it. */
317
#undef STDC_HEADERS
318
319
/* Enable extensions on AIX 3, Interix. */
320
#ifndef _ALL_SOURCE
321
#undef _ALL_SOURCE
322
#endif
323
/* Enable general extensions on macOS. */
324
#ifndef _DARWIN_C_SOURCE
325
#undef _DARWIN_C_SOURCE
326
#endif
327
/* Enable general extensions on Solaris. */
328
#ifndef __EXTENSIONS__
329
#undef __EXTENSIONS__
330
#endif
331
/* Enable GNU extensions on systems that have them. */
332
#ifndef _GNU_SOURCE
333
#undef _GNU_SOURCE
334
#endif
335
/* Enable X/Open compliant socket functions that do not require linking
336
with -lxnet on HP-UX 11.11. */
337
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
338
#undef _HPUX_ALT_XOPEN_SOCKET_API
339
#endif
340
/* Identify the host operating system as Minix.
341
This macro does not affect the system headers' behavior.
342
A future release of Autoconf may stop defining this macro. */
343
#ifndef _MINIX
344
#undef _MINIX
345
#endif
346
/* Enable general extensions on NetBSD.
347
Enable NetBSD compatibility extensions on Minix. */
348
#ifndef _NETBSD_SOURCE
349
#undef _NETBSD_SOURCE
350
#endif
351
/* Enable OpenBSD compatibility extensions on NetBSD.
352
Oddly enough, this does nothing on OpenBSD. */
353
#ifndef _OPENBSD_SOURCE
354
#undef _OPENBSD_SOURCE
355
#endif
356
/* Define to 1 if needed for POSIX-compatible behavior. */
357
#ifndef _POSIX_SOURCE
358
#undef _POSIX_SOURCE
359
#endif
360
/* Define to 2 if needed for POSIX-compatible behavior. */
361
#ifndef _POSIX_1_SOURCE
362
#undef _POSIX_1_SOURCE
363
#endif
364
/* Enable POSIX-compatible threading on Solaris. */
365
#ifndef _POSIX_PTHREAD_SEMANTICS
366
#undef _POSIX_PTHREAD_SEMANTICS
367
#endif
368
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
369
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
370
#undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
371
#endif
372
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
373
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
374
#undef __STDC_WANT_IEC_60559_BFP_EXT__
375
#endif
376
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
377
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
378
#undef __STDC_WANT_IEC_60559_DFP_EXT__
379
#endif
380
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
381
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
382
#undef __STDC_WANT_IEC_60559_FUNCS_EXT__
383
#endif
384
/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
385
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
386
#undef __STDC_WANT_IEC_60559_TYPES_EXT__
387
#endif
388
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
389
#ifndef __STDC_WANT_LIB_EXT2__
390
#undef __STDC_WANT_LIB_EXT2__
391
#endif
392
/* Enable extensions specified by ISO/IEC 24747:2009. */
393
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
394
#undef __STDC_WANT_MATH_SPEC_FUNCS__
395
#endif
396
/* Enable extensions on HP NonStop. */
397
#ifndef _TANDEM_SOURCE
398
#undef _TANDEM_SOURCE
399
#endif
400
/* Enable X/Open extensions. Define to 500 only if necessary
401
to make mbstate_t available. */
402
#ifndef _XOPEN_SOURCE
403
#undef _XOPEN_SOURCE
404
#endif
405
406
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
407
#undef _LARGEFILE_SOURCE
408
409
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
410
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
411
#define below would cause a syntax error. */
412
#undef _UINT32_T
413
414
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
415
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
416
#define below would cause a syntax error. */
417
#undef _UINT64_T
418
419
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
420
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
421
#define below would cause a syntax error. */
422
#undef _UINT8_T
423
424
/* Define to `int' if <sys/types.h> doesn't define. */
425
#undef gid_t
426
427
/* Define to `__inline__' or `__inline' if that's what the C compiler
428
calls it, or to nothing if 'inline' is not supported under any name. */
429
#ifndef __cplusplus
430
#undef inline
431
#endif
432
433
/* Define to the type of a signed integer type of width exactly 32 bits if
434
such a type exists and the standard includes do not define it. */
435
#undef int32_t
436
437
/* Define to the type of a signed integer type of width exactly 64 bits if
438
such a type exists and the standard includes do not define it. */
439
#undef int64_t
440
441
/* Define to rpl_malloc if the replacement function should be used. */
442
#undef malloc
443
444
/* Define to `int' if <sys/types.h> does not define. */
445
#undef mode_t
446
447
/* Define to `long int' if <sys/types.h> does not define. */
448
#undef off_t
449
450
/* Define as a signed integer type capable of holding a process identifier. */
451
#undef pid_t
452
453
/* Define to rpl_realloc if the replacement function should be used. */
454
#undef realloc
455
456
/* Define to `unsigned int' if <sys/types.h> does not define. */
457
#undef size_t
458
459
/* Define to `int' if <sys/types.h> does not define. */
460
#undef ssize_t
461
462
/* Define to `int' if <sys/types.h> doesn't define. */
463
#undef uid_t
464
465
/* Define to the type of an unsigned integer type of width exactly 16 bits if
466
such a type exists and the standard includes do not define it. */
467
#undef uint16_t
468
469
/* Define to the type of an unsigned integer type of width exactly 32 bits if
470
such a type exists and the standard includes do not define it. */
471
#undef uint32_t
472
473
/* Define to the type of an unsigned integer type of width exactly 64 bits if
474
such a type exists and the standard includes do not define it. */
475
#undef uint64_t
476
477
/* Define to the type of an unsigned integer type of width exactly 8 bits if
478
such a type exists and the standard includes do not define it. */
479
#undef uint8_t
480
481
/* Define as `fork' if `vfork' does not work. */
482
#undef vfork
483
484