mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
39 lines
1.1 KiB
C
39 lines
1.1 KiB
C
/* Name of this package! */
|
|
#undef PACKAGE
|
|
|
|
/* Version number of this archive. */
|
|
#undef VERSION
|
|
|
|
/* Define if you have the getpass function. */
|
|
#undef HAVE_GETPASS
|
|
|
|
/* Define cpu-machine-OS */
|
|
#undef OS
|
|
|
|
/* Define if you have the gethostbyaddr_r() function with 5 arguments */
|
|
#undef HAVE_GETHOSTBYADDR_R_5
|
|
|
|
/* Define if you have the gethostbyaddr_r() function with 7 arguments */
|
|
#undef HAVE_GETHOSTBYADDR_R_7
|
|
|
|
/* Define if you have the gethostbyaddr_r() function with 8 arguments */
|
|
#undef HAVE_GETHOSTBYADDR_R_8
|
|
|
|
/* Define if you have the gethostbyname_r() function with 3 arguments */
|
|
#undef HAVE_GETHOSTBYNAME_R_3
|
|
|
|
/* Define if you have the gethostbyname_r() function with 5 arguments */
|
|
#undef HAVE_GETHOSTBYNAME_R_5
|
|
|
|
/* Define if you have the gethostbyname_r() function with 6 arguments */
|
|
#undef HAVE_GETHOSTBYNAME_R_6
|
|
|
|
/* Define if you have the inet_ntoa_r function declared. */
|
|
#undef HAVE_INET_NTOA_R_DECL
|
|
|
|
/* Define if you need the _REENTRANT define for some functions */
|
|
#undef NEED_REENTRANT
|
|
|
|
/* Define if you have the Kerberos4 libraries (including -ldes) */
|
|
#undef KRB4
|