cleanup commit for new autoconf+automake+libtool versions
[platform/upstream/curl.git] / acconfig.h
1 /* Name of this package! */
2 #undef PACKAGE
3
4 /* Version number of this archive. */
5 #undef VERSION
6
7 /* Define if you have the getpass function.  */
8 #undef HAVE_GETPASS
9
10 /* Define cpu-machine-OS */
11 #undef OS
12
13 /* Define if you have the gethostbyaddr_r() function with 5 arguments */
14 #undef HAVE_GETHOSTBYADDR_R_5
15
16 /* Define if you have the gethostbyaddr_r() function with 7 arguments */
17 #undef HAVE_GETHOSTBYADDR_R_7
18
19 /* Define if you have the gethostbyaddr_r() function with 8 arguments */
20 #undef HAVE_GETHOSTBYADDR_R_8
21
22 /* Define if you have the gethostbyname_r() function with 3 arguments */
23 #undef HAVE_GETHOSTBYNAME_R_3
24
25 /* Define if you have the gethostbyname_r() function with 5 arguments */
26 #undef HAVE_GETHOSTBYNAME_R_5
27
28 /* Define if you have the gethostbyname_r() function with 6 arguments */
29 #undef HAVE_GETHOSTBYNAME_R_6
30
31 /* Define if you have the inet_ntoa_r function declared. */
32 #undef HAVE_INET_NTOA_R_DECL
33
34 /* Define if you need the _REENTRANT define for some functions */
35 #undef NEED_REENTRANT
36
37 /* Define if you have the Kerberos4 libraries (including -ldes) */
38 #undef KRB4
39
40 /* Define if you want to enable IPv6 support */
41 #undef ENABLE_IPV6
42
43 /* Define this to 'int' if ssize_t is not an available typedefed type */
44 #undef ssize_t
45
46 /* Define this to 'int' if socklen_t is not an available typedefed type */
47 #undef socklen_t
48
49 /* Define this as a suitable file to read random data from */
50 #undef RANDOM_FILE
51
52 /* Define this to your Entropy Gathering Daemon socket pathname */
53 #undef EGD_SOCKET
54
55 /* Define if you have a working OpenSSL installation */
56 #undef OPENSSL_ENABLED