]> eyrie.org Git - kerberos/krb5-strength.git/blob - config.h.in
Imported Upstream version 1.1
[kerberos/krb5-strength.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `asprintf' function. */
4 #undef HAVE_ASPRINTF
5
6 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
7    don't. */
8 #undef HAVE_DECL_SNPRINTF
9
10 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
11    don't. */
12 #undef HAVE_DECL_VSNPRINTF
13
14 /* Define to 1 if you have the <dlfcn.h> header file. */
15 #undef HAVE_DLFCN_H
16
17 /* Define to 1 if you have the <et/com_err.h> header file. */
18 #undef HAVE_ET_COM_ERR_H
19
20 /* Define to 1 if you have the <ibm_svc/krb5_svc.h> header file. */
21 #undef HAVE_IBM_SVC_KRB5_SVC_H
22
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 #undef HAVE_INTTYPES_H
25
26 /* Define to 1 if you have the <kadm5-pwcheck.h> header file. */
27 #undef HAVE_KADM5_PWCHECK_H
28
29 /* Define to enable Kerberos features. */
30 #undef HAVE_KERBEROS
31
32 /* Define to 1 if you have the `krb5_free_error_message' function. */
33 #undef HAVE_KRB5_FREE_ERROR_MESSAGE
34
35 /* Define to 1 if you have the `krb5_get_error_message' function. */
36 #undef HAVE_KRB5_GET_ERROR_MESSAGE
37
38 /* Define to 1 if you have the `krb5_get_error_string' function. */
39 #undef HAVE_KRB5_GET_ERROR_STRING
40
41 /* Define to 1 if you have the `krb5_get_err_txt' function. */
42 #undef HAVE_KRB5_GET_ERR_TXT
43
44 /* Define to 1 if you have the <krb5.h> header file. */
45 #undef HAVE_KRB5_H
46
47 /* Define to 1 if you have the <krb5/krb5.h> header file. */
48 #undef HAVE_KRB5_KRB5_H
49
50 /* Define to 1 if you have the <krb5/pwcheck_plugin.h> header file. */
51 #undef HAVE_KRB5_PWCHECK_PLUGIN_H
52
53 /* Define to 1 if the system has the type `krb5_realm'. */
54 #undef HAVE_KRB5_REALM
55
56 /* Define to 1 if you have the `krb5_svc_get_msg' function. */
57 #undef HAVE_KRB5_SVC_GET_MSG
58
59 /* Define to 1 if the system has the type `long long int'. */
60 #undef HAVE_LONG_LONG_INT
61
62 /* Define to 1 if you have the <memory.h> header file. */
63 #undef HAVE_MEMORY_H
64
65 /* Define if your system has a working snprintf function. */
66 #undef HAVE_SNPRINTF
67
68 /* Define to 1 if the system has the type `ssize_t'. */
69 #undef HAVE_SSIZE_T
70
71 /* Define to 1 if stdbool.h conforms to C99. */
72 #undef HAVE_STDBOOL_H
73
74 /* Define to 1 if you have the <stdint.h> header file. */
75 #undef HAVE_STDINT_H
76
77 /* Define to 1 if you have the <stdlib.h> header file. */
78 #undef HAVE_STDLIB_H
79
80 /* Define to 1 if you have the <strings.h> header file. */
81 #undef HAVE_STRINGS_H
82
83 /* Define to 1 if you have the <string.h> header file. */
84 #undef HAVE_STRING_H
85
86 /* Define to 1 if you have the `strlcat' function. */
87 #undef HAVE_STRLCAT
88
89 /* Define to 1 if you have the `strlcpy' function. */
90 #undef HAVE_STRLCPY
91
92 /* Define to 1 if you have the <sys/bittypes.h> header file. */
93 #undef HAVE_SYS_BITTYPES_H
94
95 /* Define to 1 if you have the <sys/stat.h> header file. */
96 #undef HAVE_SYS_STAT_H
97
98 /* Define to 1 if you have the <sys/types.h> header file. */
99 #undef HAVE_SYS_TYPES_H
100
101 /* Define to 1 if you have the <unistd.h> header file. */
102 #undef HAVE_UNISTD_H
103
104 /* Define to 1 if the system has the type `_Bool'. */
105 #undef HAVE__BOOL
106
107 /* Define to the sub-directory in which libtool stores uninstalled libraries.
108    */
109 #undef LT_OBJDIR
110
111 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
112 #undef NO_MINUS_C_MINUS_O
113
114 /* Name of package */
115 #undef PACKAGE
116
117 /* Define to the address where bug reports for this package should be sent. */
118 #undef PACKAGE_BUGREPORT
119
120 /* Define to the full name of this package. */
121 #undef PACKAGE_NAME
122
123 /* Define to the full name and version of this package. */
124 #undef PACKAGE_STRING
125
126 /* Define to the one symbol short name of this package. */
127 #undef PACKAGE_TARNAME
128
129 /* Define to the home page for this package. */
130 #undef PACKAGE_URL
131
132 /* Define to the version of this package. */
133 #undef PACKAGE_VERSION
134
135 /* The size of `long', as computed by sizeof. */
136 #undef SIZEOF_LONG
137
138 /* Define to 1 if you have the ANSI C header files. */
139 #undef STDC_HEADERS
140
141 /* Enable extensions on AIX 3, Interix.  */
142 #ifndef _ALL_SOURCE
143 # undef _ALL_SOURCE
144 #endif
145 /* Enable GNU extensions on systems that have them.  */
146 #ifndef _GNU_SOURCE
147 # undef _GNU_SOURCE
148 #endif
149 /* Enable threading extensions on Solaris.  */
150 #ifndef _POSIX_PTHREAD_SEMANTICS
151 # undef _POSIX_PTHREAD_SEMANTICS
152 #endif
153 /* Enable extensions on HP NonStop.  */
154 #ifndef _TANDEM_SOURCE
155 # undef _TANDEM_SOURCE
156 #endif
157 /* Enable general extensions on Solaris.  */
158 #ifndef __EXTENSIONS__
159 # undef __EXTENSIONS__
160 #endif
161
162
163 /* Version number of package */
164 #undef VERSION
165
166 /* Define to 1 if on MINIX. */
167 #undef _MINIX
168
169 /* Define to 2 if the system does not provide POSIX.1 features except with
170    this defined. */
171 #undef _POSIX_1_SOURCE
172
173 /* Define to 1 if you need to in order for `stat' and other things to work. */
174 #undef _POSIX_SOURCE
175
176 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
177    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
178    #define below would cause a syntax error. */
179 #undef _UINT32_T
180
181 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
182    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
183    #define below would cause a syntax error. */
184 #undef _UINT8_T
185
186 /* Define to the type of an unsigned integer type of width exactly 16 bits if
187    such a type exists and the standard includes do not define it. */
188 #undef uint16_t
189
190 /* Define to the type of an unsigned integer type of width exactly 32 bits if
191    such a type exists and the standard includes do not define it. */
192 #undef uint32_t
193
194 /* Define to the type of an unsigned integer type of width exactly 8 bits if
195    such a type exists and the standard includes do not define it. */
196 #undef uint8_t