Prevent potential side effects and use local variables here
[pdns-ldap-backend/landonf.git] / config.h.in
blob03f71dabb81bcb4cacfd6173e9f1298df22077a0
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H
9 /* Define to 1 if you have the `krb5_get_init_creds_opt_set_default_flags'
10 function. */
11 #undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_DEFAULT_FLAGS
13 /* Define to 1 if you have the <krb5.h> header file. */
14 #undef HAVE_KRB5_H
16 /* Define to 1 if you have the <lber.h> header file. */
17 #undef HAVE_LBER_H
19 /* Define to 1 if you have the <ldap.h> header file. */
20 #undef HAVE_LDAP_H
22 /* Define to 1 if you have ldap_initialize */
23 #undef HAVE_LDAP_INITIALIZE
25 /* Define to 1 if you have ldap_sasl_bind */
26 #undef HAVE_LDAP_SASL_BIND
28 /* Define to 1 if you have the `krb5' library (-lkrb5). */
29 #undef HAVE_LIBKRB5
31 /* Have -lldap */
32 #undef HAVE_LIBLDAP
34 /* Have -lldap_r */
35 #undef HAVE_LIBLDAP_R
37 /* Define to 1 if you have the <memory.h> header file. */
38 #undef HAVE_MEMORY_H
40 /* Define to 1 if stdbool.h conforms to C99. */
41 #undef HAVE_STDBOOL_H
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #undef HAVE_STDINT_H
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #undef HAVE_STDLIB_H
49 /* Define to 1 if you have the `strerror' function. */
50 #undef HAVE_STRERROR
52 /* Define to 1 if you have the <strings.h> header file. */
53 #undef HAVE_STRINGS_H
55 /* Define to 1 if you have the <string.h> header file. */
56 #undef HAVE_STRING_H
58 /* Define to 1 if you have the `strtol' function. */
59 #undef HAVE_STRTOL
61 /* Define to 1 if you have the `strtoul' function. */
62 #undef HAVE_STRTOUL
64 /* Define to 1 if you have the <sys/stat.h> header file. */
65 #undef HAVE_SYS_STAT_H
67 /* Define to 1 if you have the <sys/time.h> header file. */
68 #undef HAVE_SYS_TIME_H
70 /* Define to 1 if you have the <sys/types.h> header file. */
71 #undef HAVE_SYS_TYPES_H
73 /* Define to 1 if you have the <unistd.h> header file. */
74 #undef HAVE_UNISTD_H
76 /* Define to 1 if the system has the type `_Bool'. */
77 #undef HAVE__BOOL
79 /* Define to the sub-directory in which libtool stores uninstalled libraries.
81 #undef LT_OBJDIR
83 /* Name of package */
84 #undef PACKAGE
86 /* Define to the address where bug reports for this package should be sent. */
87 #undef PACKAGE_BUGREPORT
89 /* Define to the full name of this package. */
90 #undef PACKAGE_NAME
92 /* Define to the full name and version of this package. */
93 #undef PACKAGE_STRING
95 /* Define to the one symbol short name of this package. */
96 #undef PACKAGE_TARNAME
98 /* Define to the home page for this package. */
99 #undef PACKAGE_URL
101 /* Define to the version of this package. */
102 #undef PACKAGE_VERSION
104 /* Define to 1 if you have the ANSI C header files. */
105 #undef STDC_HEADERS
107 /* Version number of package */
108 #undef VERSION
110 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
111 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
112 #define below would cause a syntax error. */
113 #undef _UINT32_T
115 /* Define to `__inline__' or `__inline' if that's what the C compiler
116 calls it, or to nothing if 'inline' is not supported under any name. */
117 #ifndef __cplusplus
118 #undef inline
119 #endif
121 /* Define to `unsigned int' if <sys/types.h> does not define. */
122 #undef size_t
124 /* Define to the type of an unsigned integer type of width exactly 16 bits if
125 such a type exists and the standard includes do not define it. */
126 #undef uint16_t
128 /* Define to the type of an unsigned integer type of width exactly 32 bits if
129 such a type exists and the standard includes do not define it. */
130 #undef uint32_t