-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.h
59 lines (57 loc) · 1.55 KB
/
config.h
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
* Auto-generated by ./makeconfig.
* Changes are lost when ./makeconfig is run again.
*/
/* checked if a hello world program can be built */
/* checked for <alloca.h> */
#define HAVE_ALLOCA_H
/* checked for alloca() */
#define HAVE_ALLOCA
/* checked for ssize_t */
#define HAVE_SSIZE_T
/* checked for snprintf() */
#define HAVE_SNPRINTF
/* checked for fchdir() */
#define HAVE_FCHDIR
/* checked for mmap() */
#define HAVE_MMAP
/* checked for mremap() */
/* #define HAVE_MREMAP */
/* checked for iconv functionality */
#define HAVE_ICONV
/* checked for wctype functionality */
#define HAVE_WCTYPE_H
/* checked for wcwidth() */
#define HAVE_WCWIDTH
/* checked for mbtowc() */
#define HAVE_MBTOWC
/* checked for setlocale() */
#define HAVE_SETLOCALE
/* checked for nl_langinfo() */
#define HAVE_NL_LANGINFO
/* checked for mkstemp() */
#define HAVE_MKSTEMP
/* checked for fpathconf() */
#define HAVE_FPATHCONF
/* checked for wordexp() */
#define HAVE_WORDEXP
/* checked for <arpa/inet.h> */
#define HAVE_ARPA_INET_H
/* checked for socket functionality in libc */
#define HAVE_SOCKETS
/* checked for Network Security Services (NSS) */
/* #define USE_SSL
#define USE_NSS */
/* checked for sufficiently recent OpenSSL */
/* #define USE_SSL
#define USE_OPENSSL */
/* checked for GSSAPI in libgss */
/* #define USE_GSSAPI */
/* checked for GSSAPI in libgssapi_krb5 */
/* #define USE_GSSAPI */
/* checked for GSSAPI in libgssapi_krb5, old-style */
/* #define USE_GSSAPI
#define GSSAPI_OLD_STYLE */
/* checked for GSSAPI in libgssapi */
/* #define USE_GSSAPI
#define GSSAPI_REG_INCLUDE */