aboutsummaryrefslogtreecommitdiff
path: root/acconfig.h
blob: 87e1d7cc35efc795b6510a89f035165c7a2ee363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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