|
3 | 3 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
4 | 4 | #undef HAVE_DLFCN_H |
5 | 5 |
|
6 | | -/* Define to 1 if you have the 'getopt' function. */ |
| 6 | +/* Define to 1 if you have the `getopt' function. */ |
7 | 7 | #undef HAVE_GETOPT |
8 | 8 |
|
9 | 9 | /* Define to 1 if you have the <inttypes.h> header file. */ |
10 | 10 | #undef HAVE_INTTYPES_H |
11 | 11 |
|
12 | | -/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and |
| 12 | +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
13 | 13 | to 0 otherwise. */ |
14 | 14 | #undef HAVE_MALLOC |
15 | 15 |
|
| 16 | +/* Define to 1 if you have the <memory.h> header file. */ |
| 17 | +#undef HAVE_MEMORY_H |
| 18 | + |
16 | 19 | /* Define to 1 if stdbool.h conforms to C99. */ |
17 | 20 | #undef HAVE_STDBOOL_H |
18 | 21 |
|
19 | 22 | /* Define to 1 if you have the <stdint.h> header file. */ |
20 | 23 | #undef HAVE_STDINT_H |
21 | 24 |
|
22 | | -/* Define to 1 if you have the <stdio.h> header file. */ |
23 | | -#undef HAVE_STDIO_H |
24 | | - |
25 | 25 | /* Define to 1 if you have the <stdlib.h> header file. */ |
26 | 26 | #undef HAVE_STDLIB_H |
27 | 27 |
|
|
40 | 40 | /* Define to 1 if you have the <unistd.h> header file. */ |
41 | 41 | #undef HAVE_UNISTD_H |
42 | 42 |
|
43 | | -/* Define to 1 if the system has the type '_Bool'. */ |
| 43 | +/* Define to 1 if the system has the type `_Bool'. */ |
44 | 44 | #undef HAVE__BOOL |
45 | 45 |
|
46 | 46 | /* Define to the sub-directory where libtool stores uninstalled libraries. */ |
|
67 | 67 | /* Define to the version of this package. */ |
68 | 68 | #undef PACKAGE_VERSION |
69 | 69 |
|
70 | | -/* Define to 1 if all of the C89 standard headers exist (not just the ones |
71 | | - required in a freestanding environment). This macro is provided for |
72 | | - backward compatibility; new code need not use it. */ |
| 70 | +/* Define to 1 if you have the ANSI C header files. */ |
73 | 71 | #undef STDC_HEADERS |
74 | 72 |
|
75 | 73 | /* Version number of package */ |
|
80 | 78 | #define below would cause a syntax error. */ |
81 | 79 | #undef _UINT32_T |
82 | 80 |
|
83 | | -/* Define to '__inline__' or '__inline' if that's what the C compiler |
| 81 | +/* Define to `__inline__' or `__inline' if that's what the C compiler |
84 | 82 | calls it, or to nothing if 'inline' is not supported under any name. */ |
85 | 83 | #ifndef __cplusplus |
86 | 84 | #undef inline |
|
89 | 87 | /* Define to rpl_malloc if the replacement function should be used. */ |
90 | 88 | #undef malloc |
91 | 89 |
|
92 | | -/* Define as a signed integer type capable of holding a process identifier. */ |
| 90 | +/* Define to `int' if <sys/types.h> does not define. */ |
93 | 91 | #undef pid_t |
94 | 92 |
|
95 | | -/* Define as 'unsigned int' if <stddef.h> doesn't define. */ |
| 93 | +/* Define to `unsigned int' if <sys/types.h> does not define. */ |
96 | 94 | #undef size_t |
97 | 95 |
|
98 | | -/* Define as 'int' if <sys/types.h> doesn't define. */ |
| 96 | +/* Define to `int' if <sys/types.h> does not define. */ |
99 | 97 | #undef ssize_t |
100 | 98 |
|
101 | 99 | /* Define to the type of an unsigned integer type of width exactly 32 bits if |
|
0 commit comments