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