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