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