]> cygwin.com Git - cygwin-apps/cygutils.git/blame - config.h.in
Initial import
[cygwin-apps/cygutils.git] / config.h.in
CommitLineData
d4a28ab0
CW
1/* config.h.in. Generated automatically from configure.ac by autoheader. */
2
3/* Define if you have the `bzero' function. */
4#undef HAVE_BZERO
5
6/* Define if you don't have `vprintf' but do have `_doprnt.' */
7#undef HAVE_DOPRNT
8
9/* Define if you have the <errno.h> header file. */
10#undef HAVE_ERRNO_H
11
12/* Define if you have the `getcwd' function. */
13#undef HAVE_GETCWD
14
15/* Define if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define if you have the <langinfo.h> header file. */
19#undef HAVE_LANGINFO_H
20
21/* Define if you have the `cygipc' library (-lcygipc). */
22#undef HAVE_LIBCYGIPC
23
24/* Define if you have the `intl' library (-lintl). */
25#undef HAVE_LIBINTL
26
27/* Define if you have the <libintl.h> header file. */
28#undef HAVE_LIBINTL_H
29
30/* Define if you have the `popt' library (-lpopt). */
31#undef HAVE_LIBPOPT
32
33/* Define if you have the <limits.h> header file. */
34#undef HAVE_LIMITS_H
35
36/* Define if you have the <locale.h> header file. */
37#undef HAVE_LOCALE_H
38
39/* Define if `lstat' has the bug that it succeeds when given the zero-length
40 file name argument. */
41#undef HAVE_LSTAT_EMPTY_STRING_BUG
42
43/* Define if your system has a working `malloc' function. */
44#undef HAVE_MALLOC
45
46/* Define if you have the <malloc.h> header file. */
47#undef HAVE_MALLOC_H
48
49/* Define if you have the <memory.h> header file. */
50#undef HAVE_MEMORY_H
51
52/* Define if you have the `memset' function. */
53#undef HAVE_MEMSET
54
55/* Define if you have the `nl_langinfo' function. */
56#undef HAVE_NL_LANGINFO
57
58/* Define if you have the <popt.h> header file. */
59#undef HAVE_POPT_H
60
61/* Define if you have the `setlocale' function. */
62#undef HAVE_SETLOCALE
63
64/* Define if `stat' has the bug that it succeeds when given the zero-length
65 file name argument. */
66#undef HAVE_STAT_EMPTY_STRING_BUG
67
68/* Define if you have the <stdint.h> header file. */
69#undef HAVE_STDINT_H
70
71/* Define if you have the <stdlib.h> header file. */
72#undef HAVE_STDLIB_H
73
74/* Define if you have the `strcasecmp' function. */
75#undef HAVE_STRCASECMP
76
77/* Define if you have the `strchr' function. */
78#undef HAVE_STRCHR
79
80/* Define if you have the `strdup' function. */
81#undef HAVE_STRDUP
82
83/* Define if you have the `strerror' function. */
84#undef HAVE_STRERROR
85
86/* Define if you have the <strings.h> header file. */
87#undef HAVE_STRINGS_H
88
89/* Define if you have the <string.h> header file. */
90#undef HAVE_STRING_H
91
92/* Define if you have the `strrchr' function. */
93#undef HAVE_STRRCHR
94
95/* Define if you have the <sys/msg.h> header file. */
96#undef HAVE_SYS_MSG_H
97
98/* Define if you have the <sys/param.h> header file. */
99#undef HAVE_SYS_PARAM_H
100
101/* Define if you have the <sys/sem.h> header file. */
102#undef HAVE_SYS_SEM_H
103
104/* Define if you have the <sys/shm.h> header file. */
105#undef HAVE_SYS_SHM_H
106
107/* Define if you have the <sys/stat.h> header file. */
108#undef HAVE_SYS_STAT_H
109
110/* Define if you have the <sys/types.h> header file. */
111#undef HAVE_SYS_TYPES_H
112
113/* Define if you have the <unistd.h> header file. */
114#undef HAVE_UNISTD_H
115
116/* Define if you have the <unisted.h> header file. */
117#undef HAVE_UNISTED_H
118
119/* Define if you have the `vprintf' function. */
120#undef HAVE_VPRINTF
121
122/* Define if you have the <wchar.h> header file. */
123#undef HAVE_WCHAR_H
124
125/* Define if you have the <wctype.h> header file. */
126#undef HAVE_WCTYPE_H
127
128/* Define if you have the <windows.h> header file. */
129#undef HAVE_WINDOWS_H
130
131/* Define if `lstat' dereferences a symlink specified with a trailing slash.
132 */
133#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
134
135/* Name of package */
136#undef PACKAGE
137
138/* Define if you have the ANSI C header files. */
139#undef STDC_HEADERS
140
141/* Define if your <sys/time.h> declares `struct tm'. */
142#undef TM_IN_SYS_TIME
143
144/* Version number of package */
145#undef VERSION
146
147/* Define to empty if `const' does not conform to ANSI C. */
148#undef const
This page took 0.033922 seconds and 5 git commands to generate.