]> andersk Git - test.git/blob - config.h
Included example style sheets that allow switching to white-on-black or to
[test.git] / config.h
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. */
8 #define HAVE_DLOPEN 1
9
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
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24
25 /* Define to 1 if you have the <libutil.h> header file. */
26 /* #undef HAVE_LIBUTIL_H */
27
28 /* Define to 1 if you have the `login_tty' function. */
29 #define HAVE_LOGIN_TTY 1
30
31 /* Define to 1 if you have the <memory.h> header file. */
32 #define HAVE_MEMORY_H 1
33
34 /* Define to 1 if you have the `openpty' function. */
35 #define HAVE_OPENPTY 1
36
37 /* Define to 1 if you have the <openssl/bio.h> header file. */
38 #define HAVE_OPENSSL_BIO_H 1
39
40 /* Define to 1 if you have the <openssl/err.h> header file. */
41 #define HAVE_OPENSSL_ERR_H 1
42
43 /* Define to 1 if you have the <openssl/ssl.h> header file. */
44 #define HAVE_OPENSSL_SSL_H 1
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
52 /* Define to 1 if you have the <pty.h> header file. */
53 #define HAVE_PTY_H 1
54
55 /* Define to 1 if you have the <security/pam_appl.h> header file. */
56 #define HAVE_SECURITY_PAM_APPL_H 1
57
58 /* Define to 1 if you have the <security/pam_client.h> header file. */
59 #define HAVE_SECURITY_PAM_CLIENT_H 1
60
61 /* Define to 1 if you have the <security/pam_misc.h> header file. */
62 #define HAVE_SECURITY_PAM_MISC_H 1
63
64 /* Define to 1 if you have a working sigwait */
65 #define HAVE_SIGWAIT 1
66
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
73 /* Define to 1 if you have the `strcasestr' function. */
74 #define HAVE_STRCASESTR 1
75
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
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
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
94 /* Define to 1 if you have the <sys/uio.h> header file. */
95 #define HAVE_SYS_UIO_H 1
96
97 /* Define to 1 if you have the <unistd.h> header file. */
98 #define HAVE_UNISTD_H 1
99
100 /* Define to 1 if you have the <util.h> header file. */
101 /* #undef HAVE_UTIL_H */
102
103 /* Define to 1 if you have the <utmpx.h> header file. */
104 #define HAVE_UTMPX_H 1
105
106 /* Define to 1 if you have the <utmp.h> header file. */
107 #define HAVE_UTMP_H 1
108
109 /* Define to 1 if zlib development files are installed */
110 #define HAVE_ZLIB 1
111
112 /* Define to the sub-directory in which libtool stores uninstalled libraries.
113    */
114 #define LT_OBJDIR ".libs/"
115
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. */
126 #define PACKAGE_STRING "shellinabox 2.9"
127
128 /* Define to the one symbol short name of this package. */
129 #define PACKAGE_TARNAME "shellinabox"
130
131 /* Define to the home page for this package. */
132 #define PACKAGE_URL ""
133
134 /* Define to the version of this package. */
135 #define PACKAGE_VERSION "2.9"
136
137 /* Define to 1 if you have the ANSI C header files. */
138 #define STDC_HEADERS 1
139
140 /* Most recent revision number in the version control system */
141 #define VCS_REVISION "167"
142
143 /* Version number of package */
144 #define VERSION "2.9"
145
146 /* Define to empty if `const' does not conform to ANSI C. */
147 /* #undef const */
This page took 0.037248 seconds and 5 git commands to generate.