]> andersk Git - test.git/blame - config.h.in
Removed a VLA that can trip up some compilers.
[test.git] / config.h.in
CommitLineData
24a0f023
MG
1/* config.h.in. Generated from configure.ac by autoheader. */
2
2eb60237
MG
3/* Set if you want support for calling /bin/login */
4#undef HAVE_BIN_LOGIN
5
24a0f023
MG
6/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
8
9/* Define to 1 if you have the `dlopen' function. */
10#undef HAVE_DLOPEN
11
572ac014
MG
12/* Define to 1 if you have the `getgrgid_r' function. */
13#undef HAVE_GETGRGID_R
14
15/* Define to 1 if you have the `getgrnam_r' function. */
16#undef HAVE_GETGRNAM_R
17
4101fea2
MG
18/* Define to 1 if you have the `gethostbyname_r' function. */
19#undef HAVE_GETHOSTBYNAME_R
20
572ac014
MG
21/* Define to 1 if you have the `getpwnam_r' function. */
22#undef HAVE_GETPWNAM_R
23
24/* Define to 1 if you have the `getpwuid_r' function. */
25#undef HAVE_GETPWUID_R
26
24a0f023
MG
27/* Define to 1 if you have the <inttypes.h> header file. */
28#undef HAVE_INTTYPES_H
29
bc83b450
MG
30/* Define to 1 if you have support for isnan */
31#undef HAVE_ISNAN
32
a3876a41
MG
33/* Define to 1 if you have the <libutil.h> header file. */
34#undef HAVE_LIBUTIL_H
35
36/* Define to 1 if you have the `login_tty' function. */
37#undef HAVE_LOGIN_TTY
38
24a0f023
MG
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
572ac014
MG
42/* Define to 1 if you have the `openpty' function. */
43#undef HAVE_OPENPTY
44
24a0f023
MG
45/* Define to 1 if you have the <openssl/bio.h> header file. */
46#undef HAVE_OPENSSL_BIO_H
47
48/* Define to 1 if you have the <openssl/err.h> header file. */
49#undef HAVE_OPENSSL_ERR_H
50
51/* Define to 1 if you have the <openssl/ssl.h> header file. */
52#undef HAVE_OPENSSL_SSL_H
53
54/* Define to 1 if you have the <pthread.h> header file. */
55#undef HAVE_PTHREAD_H
56
57/* Define to 1 if you have a re-entrant version of ptsname */
58#undef HAVE_PTSNAME_R
59
572ac014
MG
60/* Define to 1 if you have the <pty.h> header file. */
61#undef HAVE_PTY_H
62
24a0f023
MG
63/* Define to 1 if you have the <security/pam_appl.h> header file. */
64#undef HAVE_SECURITY_PAM_APPL_H
65
a3876a41
MG
66/* Define to 1 if you have the <security/pam_client.h> header file. */
67#undef HAVE_SECURITY_PAM_CLIENT_H
68
24a0f023
MG
69/* Define to 1 if you have the <security/pam_misc.h> header file. */
70#undef HAVE_SECURITY_PAM_MISC_H
71
572ac014
MG
72/* Define to 1 if you have a working sigwait */
73#undef HAVE_SIGWAIT
74
24a0f023
MG
75/* Define to 1 if you have the <stdint.h> header file. */
76#undef HAVE_STDINT_H
77
78/* Define to 1 if you have the <stdlib.h> header file. */
79#undef HAVE_STDLIB_H
80
297cee07
MG
81/* Define to 1 if you have the `strcasestr' function. */
82#undef HAVE_STRCASESTR
83
24a0f023
MG
84/* Define to 1 if you have the <strings.h> header file. */
85#undef HAVE_STRINGS_H
86
87/* Define to 1 if you have the <string.h> header file. */
88#undef HAVE_STRING_H
89
572ac014
MG
90/* Define to 1 if you have the `strlcat' function. */
91#undef HAVE_STRLCAT
92
93/* Define to 1 if you have the <sys/prctl.h> header file. */
94#undef HAVE_SYS_PRCTL_H
24a0f023
MG
95
96/* Define to 1 if you have the <sys/stat.h> header file. */
97#undef HAVE_SYS_STAT_H
98
99/* Define to 1 if you have the <sys/types.h> header file. */
100#undef HAVE_SYS_TYPES_H
101
572ac014
MG
102/* Define to 1 if you have the <sys/uio.h> header file. */
103#undef HAVE_SYS_UIO_H
104
24a0f023
MG
105/* Define to 1 if you have the <unistd.h> header file. */
106#undef HAVE_UNISTD_H
107
e7fe02f0
MG
108/* Define to 1 if you have support for updwtmp */
109#undef HAVE_UPDWTMP
110
111/* Define to 1 if you have support for updwtmpx */
112#undef HAVE_UPDWTMPX
113
572ac014
MG
114/* Define to 1 if you have the <util.h> header file. */
115#undef HAVE_UTIL_H
116
24a0f023
MG
117/* Define to 1 if you have the <utmpx.h> header file. */
118#undef HAVE_UTMPX_H
119
a3876a41
MG
120/* Define to 1 if you have the <utmp.h> header file. */
121#undef HAVE_UTMP_H
122
33aa8fe1
MG
123/* Define to 1 if zlib development files are installed */
124#undef HAVE_ZLIB
125
572ac014
MG
126/* Define to the sub-directory in which libtool stores uninstalled libraries.
127 */
128#undef LT_OBJDIR
129
24a0f023
MG
130/* Name of package */
131#undef PACKAGE
132
133/* Define to the address where bug reports for this package should be sent. */
134#undef PACKAGE_BUGREPORT
135
136/* Define to the full name of this package. */
137#undef PACKAGE_NAME
138
139/* Define to the full name and version of this package. */
140#undef PACKAGE_STRING
141
142/* Define to the one symbol short name of this package. */
143#undef PACKAGE_TARNAME
144
a0673b07
MG
145/* Define to the home page for this package. */
146#undef PACKAGE_URL
147
24a0f023
MG
148/* Define to the version of this package. */
149#undef PACKAGE_VERSION
150
151/* Define to 1 if you have the ANSI C header files. */
152#undef STDC_HEADERS
153
fe338aa8
MG
154/* Most recent revision number in the version control system */
155#undef VCS_REVISION
156
24a0f023
MG
157/* Version number of package */
158#undef VERSION
159
160/* Define to empty if `const' does not conform to ANSI C. */
161#undef const
This page took 0.360841 seconds and 5 git commands to generate.