mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
18 lines
397 B
C
18 lines
397 B
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
|
|
|
|
/* Number of arguments your gethostbyaddr_r() function accepts */
|
|
#undef GETHOSTBYADDR_R_NARGS
|
|
|
|
/* Number of arguments your gethostbyname_r() function accepts */
|
|
#undef GETHOSTBYNAME_R_NARGS
|