1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to enable debugging */
4#undef DEBUG_MODE
5
6/* Define to 1 if you have the <crypt.h> header file. */
7#undef HAVE_CRYPT_H
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the `fgetpwent' function. */
16#undef HAVE_FGETPWENT
17
18/* Define to 1 if you have the `fgetspent' function. */
19#undef HAVE_FGETSPENT
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#undef HAVE_INTTYPES_H
23
24/* Define this if you have mysqlclient library */
25#undef HAVE_LIBMYSQL
26
27/* Define this if you have libpq */
28#undef HAVE_LIBPQ
29
30/* Define to 1 if you have the <memory.h> header file. */
31#undef HAVE_MEMORY_H
32
33/* Define if pam_misc_setenv is available. */
34#undef HAVE_PAM_MISC_SETENV
35
36/* Define to 1 if you have the <security/pam_appl.h> header file. */
37#undef HAVE_SECURITY_PAM_APPL_H
38
39/* Define to 1 if you have the <security/pam_ext.h> header file. */
40#undef HAVE_SECURITY_PAM_EXT_H
41
42/* Define to 1 if you have the <security/pam_misc.h> header file. */
43#undef HAVE_SECURITY_PAM_MISC_H
44
45/* Define to 1 if you have the <security/pam_modules.h> header file. */
46#undef HAVE_SECURITY_PAM_MODULES_H
47
48/* Define to 1 if you have the <security/_pam_aconf.h> header file. */
49#undef HAVE_SECURITY__PAM_ACONF_H
50
51/* Define to 1 if you have the <shadow.h> header file. */
52#undef HAVE_SHADOW_H
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#undef HAVE_STDINT_H
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#undef HAVE_STDLIB_H
59
60/* Define to 1 if you have the `strerror' function. */
61#undef HAVE_STRERROR
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if the system has the type `struct spwd'. */
70#undef HAVE_STRUCT_SPWD
71
72/* Define to 1 if `sp_expire' is a member of `struct spwd'. */
73#undef HAVE_STRUCT_SPWD_SP_EXPIRE
74
75/* Define to 1 if you have the <syslog.h> header file. */
76#undef HAVE_SYSLOG_H
77
78/* Define to 1 if you have the <sys/stat.h> header file. */
79#undef HAVE_SYS_STAT_H
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#undef HAVE_SYS_TYPES_H
83
84/* Define to 1 if you have the `tcgetattr' function. */
85#undef HAVE_TCGETATTR
86
87/* Define to 1 if you have the <termios.h> header file. */
88#undef HAVE_TERMIOS_H
89
90/* Define to 1 if you have the <unistd.h> header file. */
91#undef HAVE_UNISTD_H
92
93/* Define to the sub-directory in which libtool stores uninstalled libraries.
94   */
95#undef LT_OBJDIR
96
97/* Name of package */
98#undef PACKAGE
99
100/* Define to the address where bug reports for this package should be sent. */
101#undef PACKAGE_BUGREPORT
102
103/* Define to the full name of this package. */
104#undef PACKAGE_NAME
105
106/* Define to the full name and version of this package. */
107#undef PACKAGE_STRING
108
109/* Define to the one symbol short name of this package. */
110#undef PACKAGE_TARNAME
111
112/* Define to the home page for this package. */
113#undef PACKAGE_URL
114
115/* Define to the version of this package. */
116#undef PACKAGE_VERSION
117
118/* Define to 1 if you have the ANSI C header files. */
119#undef STDC_HEADERS
120
121/* Define this if you are going to use MySQL */
122#undef USE_SQL_MYSQL
123
124/* Define this if you are going to use PostgreSQL */
125#undef USE_SQL_PGSQL
126
127/* Version number of package */
128#undef VERSION
129
130/* Define to empty if `const' does not conform to ANSI C. */
131#undef const
132