Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/posix-wasm/src/lib/fts/config.h
1067 views
1
/* config.h. Generated from config.h.in by configure. */
2
/* config.h.in. Generated from configure.ac by autoheader. */
3
4
/* Define to 1 if you have the <assert.h> header file. */
5
#define HAVE_ASSERT_H 1
6
7
/* Define to 1 if you have the declaration of `MAX', and to 0 if you don't. */
8
#define HAVE_DECL_MAX 1
9
10
/* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you
11
don't. */
12
#define HAVE_DECL_UINTMAX_MAX 0
13
14
/* Define to 1 if you have the <dirent.h> header file. */
15
#define HAVE_DIRENT_H 1
16
17
/* Define to 1 if you have the `dirfd' function. */
18
#define HAVE_DIRFD 1
19
20
/* Define to 1 if `dd_fd' is a member of `DIR'. */
21
/* #undef HAVE_DIR_DD_FD */
22
23
/* Define to 1 if `d_fd' is a member of `DIR'. */
24
/* #undef HAVE_DIR_D_FD */
25
26
/* Define to 1 if you have the <dlfcn.h> header file. */
27
#define HAVE_DLFCN_H 1
28
29
/* Define to 1 if you have the <errno.h> header file. */
30
#define HAVE_ERRNO_H 1
31
32
/* Define to 1 if you have the <fcntl.h> header file. */
33
#define HAVE_FCNTL_H 1
34
35
/* Define to 1 if you have the <inttypes.h> header file. */
36
#define HAVE_INTTYPES_H 1
37
38
/* Define to 1 if you have the <stdint.h> header file. */
39
#define HAVE_STDINT_H 1
40
41
/* Define to 1 if you have the <stdio.h> header file. */
42
#define HAVE_STDIO_H 1
43
44
/* Define to 1 if you have the <stdlib.h> header file. */
45
#define HAVE_STDLIB_H 1
46
47
/* Define to 1 if you have the <strings.h> header file. */
48
#define HAVE_STRINGS_H 1
49
50
/* Define to 1 if you have the <string.h> header file. */
51
#define HAVE_STRING_H 1
52
53
/* Define to 1 if you have the <sys/param.h> header file. */
54
#define HAVE_SYS_PARAM_H 1
55
56
/* Define to 1 if you have the <sys/stat.h> header file. */
57
#define HAVE_SYS_STAT_H 1
58
59
/* Define to 1 if you have the <sys/types.h> header file. */
60
#define HAVE_SYS_TYPES_H 1
61
62
/* Define to 1 if you have the <unistd.h> header file. */
63
#define HAVE_UNISTD_H 1
64
65
/* Define to the sub-directory where libtool stores uninstalled libraries. */
66
#define LT_OBJDIR ".libs/"
67
68
/* Name of package */
69
#define PACKAGE "fts"
70
71
/* Define to the address where bug reports for this package should be sent. */
72
#define PACKAGE_BUGREPORT "[email protected]"
73
74
/* Define to the full name of this package. */
75
#define PACKAGE_NAME "fts"
76
77
/* Define to the full name and version of this package. */
78
#define PACKAGE_STRING "fts 1.2.7"
79
80
/* Define to the one symbol short name of this package. */
81
#define PACKAGE_TARNAME "fts"
82
83
/* Define to the home page for this package. */
84
#define PACKAGE_URL ""
85
86
/* Define to the version of this package. */
87
#define PACKAGE_VERSION "1.2.7"
88
89
/* Define to 1 if all of the C90 standard headers exist (not just the ones
90
required in a freestanding environment). This macro is provided for
91
backward compatibility; new code need not use it. */
92
#define STDC_HEADERS 1
93
94
/* Version number of package */
95
#define VERSION "1.2.7"
96
#include "posix-wasm.h"
97
98