-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathconfig.h.in
39 lines (26 loc) · 1013 Bytes
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
#undef const
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to run a debug build */
#undef DEBUG
#undef SQLITE_DIR
/* Define if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
/* Define if you have the pam library (-lpam). */
#undef HAVE_LIBPAM
/* Define if you have <crypt.h> header file */
#undef HAVE_CRYPT_H
/* Define if you have <unistd.h> header file */
#undef HAVE_UNISTD_H
/* Define if you have <sys/types.h> header file */
#undef HAVE_SYS_TYPES_H
/* Define if your system crypt() supports standard DES encryption */
#undef HAVE_STD_DES_CRYPT
/* Define if your system crypt() supports extended DES encryption */
#undef HAVE_EXT_DES_CRYPT
/* Define if your system crypt() supports MD5 encryption */
#undef HAVE_MD5_CRYPT
/* Define if your system crypt() supports blowfish encryption */
#undef HAVE_BLOWFISH_CRYPT