#! /bin/sh
-# From configure.in Revision: 1.14
+# From configure.in Revision: 1.15
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
#include <netdb.h>
struct hostent *gethostbyname_r
- (const char *, struct hostent *, char *, int, int *h_errnop) {}
+(const char *name, struct hostent *hp, char *buf, int len, int *h_errnop) {}
int main() {
return (0);
#include "confdefs.h"
#include <netdb.h>
-int getnetgrent_r(char **, char **, char **, char *, int) {}
+int getnetgrent_r(char **m, char **u, char **d, char *b, int l) {}
int main() {
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
-AC_REVISION($Revision: 1.15 $)
+AC_REVISION($Revision: 1.16 $)
AC_INIT(resolv/herror.c)
AC_PREREQ(2.13)
[
#include <netdb.h>
struct hostent *gethostbyname_r
- (const char *, struct hostent *, char *, int, int *h_errnop) {}
+(const char *name, struct hostent *hp, char *buf, int len, int *h_errnop) {}
],
[return (0);],
[
AC_TRY_COMPILE(
[
#include <netdb.h>
-int getnetgrent_r(char **, char **, char **, char *, int) {}
+int getnetgrent_r(char **m, char **u, char **d, char *b, int l) {}
]
,
[return (0);],