1/* config.h.  Generated from configure.ac by autoheader.  */
2
3/* Define if __attribute__((__alias__())) is supported */
4#define HAVE_ALIAS_ATTRIBUTE 1
5
6/* Define to 1 if you have the <alloca.h> header file. */
7#define HAVE_ALLOCA_H 1
8
9/* Define to 1 if you have the `bsearch' function. */
10#define HAVE_BSEARCH 1
11
12/* Define to 1 if you have the declaration of `isblank', and to 0 if you
13   don't. */
14#define HAVE_DECL_ISBLANK 1
15
16/* Define to 1 if you have the `faccessat' function. */
17#define HAVE_FACCESSAT 1
18
19/* Define to 1 if you have the `fnmatch' function. */
20#define HAVE_FNMATCH 1
21
22/* Define to 1 if you have the `getpwnam' function. */
23/* #undef HAVE_GETPWNAM */
24
25/* Define to 1 if you have the `getrlimit' function. */
26/* #undef HAVE_GETRLIMIT */
27
28/* Define to 1 if you have the `glob' function. */
29/* #undef HAVE_GLOB */
30
31/* Define to 1 if you have the <inttypes.h> header file. */
32#define HAVE_INTTYPES_H 1
33
34/* Define to 1 if you have the `isalpha' function. */
35#define HAVE_ISALPHA 1
36
37/* Define to 1 if you have the `killpg' function. */
38#define HAVE_KILLPG 1
39
40/* Define to 1 if you have the <memory.h> header file. */
41#define HAVE_MEMORY_H 1
42
43/* Define to 1 if you have the `mempcpy' function. */
44#define HAVE_MEMPCPY 1
45
46/* Define to 1 if you have the <paths.h> header file. */
47#define HAVE_PATHS_H 1
48
49/* Define to 1 if you have the `sigsetmask' function. */
50/* #undef HAVE_SIGSETMASK */
51
52/* Define to 1 if you have the <stdint.h> header file. */
53#define HAVE_STDINT_H 1
54
55/* Define to 1 if you have the <stdlib.h> header file. */
56#define HAVE_STDLIB_H 1
57
58/* Define to 1 if you have the `stpcpy' function. */
59#define HAVE_STPCPY 1
60
61/* Define to 1 if you have the `strchrnul' function. */
62#define HAVE_STRCHRNUL 1
63
64/* Define to 1 if you have the <strings.h> header file. */
65#define HAVE_STRINGS_H 1
66
67/* Define to 1 if you have the <string.h> header file. */
68#define HAVE_STRING_H 1
69
70/* Define to 1 if you have the `strsignal' function. */
71#define HAVE_STRSIGNAL 1
72
73/* Define to 1 if you have the `strtod' function. */
74#define HAVE_STRTOD 1
75
76/* Define to 1 if you have the `strtoimax' function. */
77#define HAVE_STRTOIMAX 1
78
79/* Define to 1 if you have the `strtoumax' function. */
80#define HAVE_STRTOUMAX 1
81
82/* Define to 1 if you have the `sysconf' function. */
83#define HAVE_SYSCONF 1
84
85/* Define to 1 if you have the <sys/stat.h> header file. */
86#define HAVE_SYS_STAT_H 1
87
88/* Define to 1 if you have the <sys/types.h> header file. */
89#define HAVE_SYS_TYPES_H 1
90
91/* Define to 1 if you have the <unistd.h> header file. */
92#define HAVE_UNISTD_H 1
93
94/* Define to printf format string for intmax_t */
95/* #undef PRIdMAX */
96
97/* The size of `intmax_t', as computed by sizeof. */
98#define SIZEOF_INTMAX_T 1
99
100/* The size of `long long int', as computed by sizeof. */
101#define SIZEOF_LONG_LONG_INT 1
102
103/* Define if you build with -DSMALL */
104/* #undef SMALL */
105
106/* Define to 1 if you have the ANSI C header files. */
107#define STDC_HEADERS 1
108
109/* Define if you build with -DWITH_LINENO */
110/* #undef WITH_LINENO */
111
112/* Define to 1 if on MINIX. */
113/* #undef _MINIX */
114
115/* Define to system shell path */
116/* #undef _PATH_BSHELL */
117
118/* Define to devnull device node path */
119/* #undef _PATH_DEVNULL */
120
121/* Define to tty device node path */
122/* #undef _PATH_TTY */
123
124/* 64-bit operations are the same as 32-bit */
125/* #undef fstat64 */
126
127/* 64-bit operations are the same as 32-bit */
128/* #undef lstat64 */
129
130/* 64-bit operations are the same as 32-bit */
131/* #undef open64 */
132
133/* klibc has bsd_signal instead of signal */
134/* #undef signal */
135
136/* 64-bit operations are the same as 32-bit */
137/* #undef stat64 */
138