]> cygwin.com Git - cygwin-apps/cygutils.git/blob - config.h.in
Bugfix for dump.c under mingw
[cygwin-apps/cygutils.git] / config.h.in
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define to 1 if translation of program messages to the user's native
4 language is requested. */
5 #undef ENABLE_NLS
6
7 /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
8 #undef GWINSZ_IN_SYS_IOCTL
9
10 /* Define to 1 if you have the `bzero' function. */
11 #undef HAVE_BZERO
12
13 /* Define to 1 if you have the <ctype.h> header file. */
14 #undef HAVE_CTYPE_H
15
16 /* Define if the GNU dcgettext() function is already present or preinstalled.
17 */
18 #undef HAVE_DCGETTEXT
19
20 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
21 #undef HAVE_DOPRNT
22
23 /* Define to 1 if you have the <errno.h> header file. */
24 #undef HAVE_ERRNO_H
25
26 /* Define to 1 if you have the <fcntl.h> header file. */
27 #undef HAVE_FCNTL_H
28
29 /* Define to 1 if you have the `getcwd' function. */
30 #undef HAVE_GETCWD
31
32 /* Define to 1 if you have the <getopt.h> header file. */
33 #undef HAVE_GETOPT_H
34
35 /* Define if the GNU gettext() function is already present or preinstalled. */
36 #undef HAVE_GETTEXT
37
38 /* Define to 1 if you have the `gettimeofday' function. */
39 #undef HAVE_GETTIMEOFDAY
40
41 /* Define if you have the iconv() function. */
42 #undef HAVE_ICONV
43
44 /* Define to 1 if you have the <inttypes.h> header file. */
45 #undef HAVE_INTTYPES_H
46
47 /* Define to 1 if you have the <langinfo.h> header file. */
48 #undef HAVE_LANGINFO_H
49
50 /* Define to 1 if you have the `popt' library (-lpopt). */
51 #undef HAVE_LIBPOPT
52
53 /* Define to 1 if you have the <limits.h> header file. */
54 #undef HAVE_LIMITS_H
55
56 /* Define to 1 if you have the <locale.h> header file. */
57 #undef HAVE_LOCALE_H
58
59 /* Define to 1 if `lstat' has the bug that it succeeds when given the
60 zero-length file name argument. */
61 #undef HAVE_LSTAT_EMPTY_STRING_BUG
62
63 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
64 to 0 otherwise. */
65 #undef HAVE_MALLOC
66
67 /* Define to 1 if you have the <malloc.h> header file. */
68 #undef HAVE_MALLOC_H
69
70 /* Define to 1 if you have the <memory.h> header file. */
71 #undef HAVE_MEMORY_H
72
73 /* Define to 1 if you have the `memset' function. */
74 #undef HAVE_MEMSET
75
76 /* Define to 1 if you have the `nl_langinfo' function. */
77 #undef HAVE_NL_LANGINFO
78
79 /* Define to 1 if you have the <popt.h> header file. */
80 #undef HAVE_POPT_H
81
82 /* Define to 1 if you have the `setlocale' function. */
83 #undef HAVE_SETLOCALE
84
85 /* Define to 1 if `stat' has the bug that it succeeds when given the
86 zero-length file name argument. */
87 #undef HAVE_STAT_EMPTY_STRING_BUG
88
89 /* Define to 1 if you have the <stdarg.h> header file. */
90 #undef HAVE_STDARG_H
91
92 /* Define to 1 if you have the <stddef.h> header file. */
93 #undef HAVE_STDDEF_H
94
95 /* Define to 1 if you have the <stdint.h> header file. */
96 #undef HAVE_STDINT_H
97
98 /* Define to 1 if you have the <stdlib.h> header file. */
99 #undef HAVE_STDLIB_H
100
101 /* Define to 1 if you have the `strcasecmp' function. */
102 #undef HAVE_STRCASECMP
103
104 /* Define to 1 if you have the `strchr' function. */
105 #undef HAVE_STRCHR
106
107 /* Define to 1 if you have the `strdup' function. */
108 #undef HAVE_STRDUP
109
110 /* Define to 1 if you have the `strerror' function. */
111 #undef HAVE_STRERROR
112
113 /* Define to 1 if you have the <strings.h> header file. */
114 #undef HAVE_STRINGS_H
115
116 /* Define to 1 if you have the <string.h> header file. */
117 #undef HAVE_STRING_H
118
119 /* Define to 1 if you have the `strrchr' function. */
120 #undef HAVE_STRRCHR
121
122 /* Define to 1 if you have the <sys/ioctl.h> header file. */
123 #undef HAVE_SYS_IOCTL_H
124
125 /* Define to 1 if you have the <sys/ipc.h> header file. */
126 #undef HAVE_SYS_IPC_H
127
128 /* Define to 1 if you have the <sys/msg.h> header file. */
129 #undef HAVE_SYS_MSG_H
130
131 /* Define to 1 if you have the <sys/param.h> header file. */
132 #undef HAVE_SYS_PARAM_H
133
134 /* Define to 1 if you have the <sys/sem.h> header file. */
135 #undef HAVE_SYS_SEM_H
136
137 /* Define to 1 if you have the <sys/shm.h> header file. */
138 #undef HAVE_SYS_SHM_H
139
140 /* Define to 1 if you have the <sys/stat.h> header file. */
141 #undef HAVE_SYS_STAT_H
142
143 /* Define to 1 if you have the <sys/types.h> header file. */
144 #undef HAVE_SYS_TYPES_H
145
146 /* Define to 1 if you have the <termios.h> header file. */
147 #undef HAVE_TERMIOS_H
148
149 /* Define to 1 if you have the <unistd.h> header file. */
150 #undef HAVE_UNISTD_H
151
152 /* Define to 1 if you have the <varargs.h> header file. */
153 #undef HAVE_VARARGS_H
154
155 /* Define to 1 if you have the `vprintf' function. */
156 #undef HAVE_VPRINTF
157
158 /* Define to 1 if you have the <wchar.h> header file. */
159 #undef HAVE_WCHAR_H
160
161 /* Define to 1 if you have the <windows.h> header file. */
162 #undef HAVE_WINDOWS_H
163
164 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
165 slash. */
166 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
167
168 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
169 #undef NO_MINUS_C_MINUS_O
170
171 /* Name of package */
172 #undef PACKAGE
173
174 /* Define to the address where bug reports for this package should be sent. */
175 #undef PACKAGE_BUGREPORT
176
177 /* Define to the full name of this package. */
178 #undef PACKAGE_NAME
179
180 /* Define to the full name and version of this package. */
181 #undef PACKAGE_STRING
182
183 /* Define to the one symbol short name of this package. */
184 #undef PACKAGE_TARNAME
185
186 /* Define to the version of this package. */
187 #undef PACKAGE_VERSION
188
189 /* Define to 1 if you have the ANSI C header files. */
190 #undef STDC_HEADERS
191
192 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
193 #undef TIME_WITH_SYS_TIME
194
195 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
196 #undef TM_IN_SYS_TIME
197
198 /* Version number of package */
199 #undef VERSION
200
201 /* Define to empty if `const' does not conform to ANSI C. */
202 #undef const
203
204 /* Define to rpl_malloc if the replacement function should be used. */
205 #undef malloc
This page took 0.041837 seconds and 5 git commands to generate.